Re: pg_filenode_relation(0,0) elog
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2021-06-12T17:30:28Z
Lists: pgsql-hackers
Justin Pryzby <pryzby@telsasoft.com> writes: > On Fri, Jun 11, 2021 at 11:51:35PM -0400, Tom Lane wrote: >> Likely it should check the reltablespace, too. > I don't think so. The docs say: > https://www.postgresql.org/docs/current/functions-admin.html#FUNCTIONS-ADMIN-DBLOCATION > |For a relation in the database's default tablespace, the tablespace can be specified as zero. Right, my mistake. Pushed. regards, tom lane
Commits
-
Ensure pg_filenode_relation(0, 0) returns NULL.
- f479ea94bd24 13.4 landed
- c1ffbbcbca93 9.6.23 landed
- 7681b78fba10 12.8 landed
- 26a0535334ce 10.18 landed
- 25d1ef1aaf6d 11.13 landed
- 1250aad42520 14.0 landed