Re: Replacing pg_depend PIN entries with a fixed range check

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: John Naylor <john.naylor@enterprisedb.com>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Rushabh Lathia <rushabh.lathia@gmail.com>, Tomas Vondra <tomas.vondra@enterprisedb.com>
Date: 2021-07-15T15:43:12Z
Lists: pgsql-hackers
John Naylor <john.naylor@enterprisedb.com> writes:
> If no one else has anything, I think this is ready for commit.

Pushed, after adopting the suggestion to dispense with
isSharedObjectPinned.

			regards, tom lane



Commits

  1. Replace explicit PIN entries in pg_depend with an OID range test.