diff options
Diffstat (limited to 'src/bin/pg_rewind/t/005_same_timeline.pl')
-rw-r--r-- | src/bin/pg_rewind/t/005_same_timeline.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/pg_rewind/t/005_same_timeline.pl b/src/bin/pg_rewind/t/005_same_timeline.pl index 8706d5aed5c..efe1d4c77f5 100644 --- a/src/bin/pg_rewind/t/005_same_timeline.pl +++ b/src/bin/pg_rewind/t/005_same_timeline.pl @@ -1,3 +1,6 @@ + +# Copyright (c) 2021, PostgreSQL Global Development Group + # # Test that running pg_rewind with the source and target clusters # on the same timeline runs successfully. |