automatically assigning catalog toast oids - Mailing list pgsql-hackers

From John Naylor
Subject automatically assigning catalog toast oids
Date
Msg-id CAJVSVGWjRjY6Kg+sriZitkVVjjH8i4uEyVrQf1bwdu2z61=XLQ@mail.gmail.com
Whole thread Raw
Responses Re: automatically assigning catalog toast oids  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Commit 96cdeae07 added toast tables to most catalogs. One disadvantage
is that the toast declarations require hard-coded oids, even though
only shared catalogs actually need stable oids. Now that we can assign
oids on the fly, it makes sense to do so for toast tables as well, as
in the attached.

-John Naylor

Attachment

pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: min_parallel_table_size and inheritence
Next
From: Michael Paquier
Date:
Subject: Re: Too-short timeouts in test code