automatically assigning catalog toast oids

From: John Naylor <jcnaylor(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: automatically assigning catalog toast oids
Date: 2018-12-09 00:57:17
Message-ID: CAJVSVGWjRjY6Kg+sriZitkVVjjH8i4uEyVrQf1bwdu2z61=XLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
assign-toast-oids-on-the-fly.patch text/x-patch 3.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-12-09 02:14:12 Re: Too-short timeouts in test code
Previous Message Justin Pryzby 2018-12-09 00:54:14 min_parallel_table_size and inheritence