diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:16:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:16:24 +0000 |
commit | 2a0f262beff32ba86bcb58f3273214e5d0517c09 (patch) | |
tree | 24c0ad10dab36bbd5c22743d3c88c4e0ccd5bc65 /contrib/pg_visibility | |
parent | Releasing progress-linux version 16.2-2~progress7.99u1. (diff) | |
download | postgresql-16-2a0f262beff32ba86bcb58f3273214e5d0517c09.tar.xz postgresql-16-2a0f262beff32ba86bcb58f3273214e5d0517c09.zip |
Merging upstream version 16.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'contrib/pg_visibility')
-rw-r--r-- | contrib/pg_visibility/expected/pg_visibility.out | 3 | ||||
-rw-r--r-- | contrib/pg_visibility/sql/pg_visibility.sql | 6 |
2 files changed, 1 insertions, 8 deletions
diff --git a/contrib/pg_visibility/expected/pg_visibility.out b/contrib/pg_visibility/expected/pg_visibility.out index 9de54db..09fa593 100644 --- a/contrib/pg_visibility/expected/pg_visibility.out +++ b/contrib/pg_visibility/expected/pg_visibility.out @@ -217,8 +217,7 @@ select * from pg_visibility_map('copyfreeze'); -------+-------------+------------ 0 | t | t 1 | t | t - 2 | t | t -(3 rows) +(2 rows) select * from pg_check_frozen('copyfreeze'); t_ctid diff --git a/contrib/pg_visibility/sql/pg_visibility.sql b/contrib/pg_visibility/sql/pg_visibility.sql index ff3538f..5af06ec 100644 --- a/contrib/pg_visibility/sql/pg_visibility.sql +++ b/contrib/pg_visibility/sql/pg_visibility.sql @@ -108,12 +108,6 @@ copy copyfreeze from stdin freeze; 4 '4' 5 '5' 6 '6' -7 '7' -8 '8' -9 '9' -10 '10' -11 '11' -12 '12' \. commit; select * from pg_visibility_map('copyfreeze'); |