Re: automatically assigning catalog toast oids

John Naylor <jcnaylor@gmail.com>

From: John Naylor <jcnaylor@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-02-16T15:50:51Z
Lists: pgsql-hackers

Attachments

On 12/15/18, Andres Freund <andres@anarazel.de> wrote:
>> > [ separation of FirstBootstrapObjectId and FirstGenbkiObjectId ]

I just noticed a small typo in transam.h. Patch attached.

-John Naylor

Commits

  1. Fix typo in transam.h for OIDs assigned by genbki.pl

  2. Create a separate oid range for oids assigned by genbki.pl.

  3. Remove WITH OIDS support, change oid catalog column visibility.

  4. Add toast tables to most system catalogs