Remaining routine pre-beta tasks

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Remaining routine pre-beta tasks
Date: 2020-05-11 22:04:32
Message-ID: 31445.1589234672@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There are a couple of things left to do yet:

* Collapse temporary OID assignments down to the permanent range.
AFAICS there's no reason to delay this step any longer, since there
aren't any open issues that seem likely to touch the catalog data.

* In recent years we've usually done a preliminary pgindent run before
beta1 (and then another right before making the stable branch). I've
been holding off on this to avoid breaking WIP patches for open issues,
but we really ought to be close to done on those.

Barring objections, I'll do the OID renumbering tomorrow (Tuesday)
and a pgindent run on Thursday.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2020-05-11 22:52:25 Re: PG 13 release notes, first draft
Previous Message Alvaro Herrera 2020-05-11 21:09:54 Re: PG 13 release notes, first draft