You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Change the bootstrap sequence so that toast tables for system catalogs are
created in the bootstrap phase proper, rather than added after-the-factby initdb. This is cleaner than before because it allows us to retire theundocumented ALTER TABLE ... CREATE TOAST TABLE command, but the real reasonI'm doing it is so that toast tables of shared catalogs will now havepredetermined OIDs. This will allow a reasonably clean solution to theproblem of locking tables before we load their relcache entries, to appearin a forthcoming patch.