diff options
author | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
---|---|---|
committer | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
commit | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch) | |
tree | afa997a1b8df3ed53e220af8374e637cd5de5c5a /contrib/seg/sort-segments.pl | |
parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'contrib/seg/sort-segments.pl')
-rwxr-xr-x | contrib/seg/sort-segments.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seg/sort-segments.pl b/contrib/seg/sort-segments.pl index 44f203a9a9f..ec94402f302 100755 --- a/contrib/seg/sort-segments.pl +++ b/contrib/seg/sort-segments.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (c) 2021-2024, PostgreSQL Global Development Group +# Copyright (c) 2021-2025, PostgreSQL Global Development Group # this script will sort any table with the segment data type in its last column |