Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdbad1c5

Browse files
committed
Add copyright notices to a few perl scripts that don't have them
1 parent9cd0d77 commitdbad1c5

File tree

9 files changed

+26
-0
lines changed

9 files changed

+26
-0
lines changed

‎config/check_modules.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2024, PostgreSQL Global Development Group
3+
14
#
25
# Verify that required Perl modules are available,
36
# in at least the required minimum versions.

‎src/backend/snowball/snowball_create.pl

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

3+
# Copyright (c) 2024, PostgreSQL Global Development Group
4+
35
use strict;
46
use warningsFATAL=>'all';
57
use Getopt::Long;

‎src/test/modules/test_misc/t/002_tablespace.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2024, PostgreSQL Global Development Group
3+
14
# Simple tablespace tests that can't be replicated on the same host
25
# due to the use of absolute paths, so we keep them out of the regular
36
# regression tests.

‎src/test/modules/test_misc/t/003_check_guc.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2024, PostgreSQL Global Development Group
3+
14
# Tests to cross-check the consistency of GUC parameters with
25
# postgresql.conf.sample.
36

‎src/test/modules/test_misc/t/004_io_direct.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2024, PostgreSQL Global Development Group
3+
14
# Very simple exercise of direct I/O GUC.
25

36
use strict;

‎src/test/recovery/t/027_stream_regress.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2024, PostgreSQL Global Development Group
3+
14
# Run the standard regression tests with streaming replication
25
use strict;
36
use warningsFATAL=>'all';

‎src/test/recovery/t/032_relfilenode_reuse.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2024, PostgreSQL Global Development Group
3+
14
use strict;
25
use warningsFATAL=>'all';
36
use PostgreSQL::Test::Cluster;

‎src/tools/ci/windows_build_config.pl

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

‎src/tools/gen_export.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2024, PostgreSQL Global Development Group
3+
14
use strict;
25
use warningsFATAL=>'all';
36
use Getopt::Long;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp