Re: Fuzzy thinking in is_publishable_class
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-05-13T15:32:40Z
Lists: pgsql-hackers
On Thu, May 9, 2019 at 9:41 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > I think we can get rid of the ability to reload the information_schema > > after initdb. That was interesting in the early phase of its > > development, but now it just creates complications. > > We've relied on that more than once to allow minor-release updates of > information_schema views, so I think losing the ability to do it is > a bad idea. +1 -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix logical replication's ideas about which type OIDs are built-in.
- b6abc2241ac4 11.4 landed
- 3b505036a129 10.9 landed
- 32ebb35128c3 12.0 landed
-
Improve commentary about hack in is_publishable_class().
- e34ee993fbc3 12.0 landed
-
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
- 2d7d946cd323 12.0 landed