Re: Recording foreign key relationships for the system catalogs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Joel Jacobson" <joel@compiler.org>
Cc: pgsql-hackers@lists.postgresql.org,
"Peter Eisentraut" <peter.eisentraut@enterprisedb.com>
Date: 2021-02-02T22:12:55Z
Lists: pgsql-hackers
"Joel Jacobson" <joel@compiler.org> writes: > On Tue, Feb 2, 2021, at 17:00, Tom Lane wrote: >> Appreciate the review! Please confirm if you agree with above >> analysis. > Yes, I agree with the analysis. Cool, thanks. I've pushed it now. regards, tom lane
Commits
-
Remove special BKI_LOOKUP magic for namespace and role OIDs.
- ba0faf81c65a 14.0 landed
-
Retire findoidjoins.
- ef3d4613c020 14.0 landed
-
Build in some knowledge about foreign-key relationships in the catalogs.
- 62f34097c884 14.0 landed