Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fa6e69

Browse files
committed
Add a copyright notice to perl files lacking one.
1 parent 44f90ad commit 8fa6e69

File tree

160 files changed

+480
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+480
-0
lines changed

contrib/amcheck/t/001_verify_heapam.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2021, PostgreSQL Global Development Group
3+
14
use strict;
25
use warnings;
36

contrib/auto_explain/t/001_auto_explain.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2021, PostgreSQL Global Development Group
3+
14
use strict;
25
use warnings;
36

contrib/bloom/t/001_wal.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2021, PostgreSQL Global Development Group
3+
14
# Test generic xlog record work for bloom index replication.
25
use strict;
36
use warnings;

contrib/intarray/bench/bench.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/perl
22

3+
4+
# Copyright (c) 2021, PostgreSQL Global Development Group
5+
36
use strict;
47
use warnings;
58

contrib/intarray/bench/create_test.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/perl
22

3+
4+
# Copyright (c) 2021, PostgreSQL Global Development Group
5+
36
# contrib/intarray/bench/create_test.pl
47

58
use strict;

contrib/oid2name/t/001_basic.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2021, PostgreSQL Global Development Group
3+
14
use strict;
25
use warnings;
36

contrib/seg/seg-validate.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/perl
22

3+
4+
# Copyright (c) 2021, PostgreSQL Global Development Group
5+
36
use strict;
47
use warnings;
58

contrib/seg/sort-segments.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/perl
22

3+
4+
# Copyright (c) 2021, PostgreSQL Global Development Group
5+
36
# this script will sort any table with the segment data type in its last column
47

58
use strict;

contrib/test_decoding/t/001_repl_stats.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2021, PostgreSQL Global Development Group
3+
14
# Test replication statistics data in pg_stat_replication_slots is sane after
25
# drop replication slot and restart.
36
use strict;

contrib/vacuumlo/t/001_basic.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2021, PostgreSQL Global Development Group
3+
14
use strict;
25
use warnings;
36

0 commit comments

Comments
 (0)