diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2021-05-07 10:56:14 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2021-05-07 10:56:14 -0400 |
commit | 8fa6e6919c1aaa6f74c74e16452aaf0b5f3b4cd5 (patch) | |
tree | 259a4b2f67a9814659137c59cebd05bb6cf79459 /contrib/test_decoding | |
parent | 44f90ad092f95fe19bebb51465193bc63849c15f (diff) |
Add a copyright notice to perl files lacking one.
Diffstat (limited to 'contrib/test_decoding')
-rw-r--r-- | contrib/test_decoding/t/001_repl_stats.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/test_decoding/t/001_repl_stats.pl b/contrib/test_decoding/t/001_repl_stats.pl index 3ab0e807228..2dc5ef5f079 100644 --- a/contrib/test_decoding/t/001_repl_stats.pl +++ b/contrib/test_decoding/t/001_repl_stats.pl @@ -1,3 +1,6 @@ + +# Copyright (c) 2021, PostgreSQL Global Development Group + # Test replication statistics data in pg_stat_replication_slots is sane after # drop replication slot and restart. use strict; |