]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Ensure pg_filenode_relation(0, 0) returns NULL.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Jun 2021 17:29:24 +0000 (13:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 12 Jun 2021 17:29:24 +0000 (13:29 -0400)
commitc1ffbbcbca93b3544c0b57b7ab063497794cb8ff
tree75e160fdc0fb92c84ea952792bfd4505f34ac15c
parentdee7ad20d018354a75f26c73ba26b8487b98e642
Ensure pg_filenode_relation(0, 0) returns NULL.

Previously, a zero value for the relfilenode resulted in
a confusing error message about "unexpected duplicate".
This function returns NULL for other invalid relfilenode
values, so zero should be treated likewise.

It's been like this all along, so back-patch to all supported
branches.

Justin Pryzby

Discussion: https://postgr.es/m/20210612023324.GT16435@telsasoft.com
src/backend/utils/adt/dbsize.c