| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add copyright notices to a few perl scripts that don't have them |
| Date: | 2024-01-05 13:23:16 |
| Message-ID: | E1rLkAO-0000y5-8K@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add copyright notices to a few perl scripts that don't have them
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/dbad1c53e92e364e2675f1246e443b95545d4070
Modified Files
--------------
config/check_modules.pl | 3 +++
src/backend/snowball/snowball_create.pl | 2 ++
src/test/modules/test_misc/t/002_tablespace.pl | 3 +++
src/test/modules/test_misc/t/003_check_guc.pl | 3 +++
src/test/modules/test_misc/t/004_io_direct.pl | 3 +++
src/test/recovery/t/027_stream_regress.pl | 3 +++
src/test/recovery/t/032_relfilenode_reuse.pl | 3 +++
src/tools/ci/windows_build_config.pl | 3 +++
src/tools/gen_export.pl | 3 +++
9 files changed, 26 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2024-01-05 19:32:42 | pgsql: Clean up some edge cases in plpgsql's %TYPE parsing. |
| Previous Message | Michael Paquier | 2024-01-05 11:11:43 | pgsql: Fix corruption of local buffer state during extend of temp relat |