End-of-cycle code beautification tasks

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: End-of-cycle code beautification tasks
Date: 2024-05-10 15:43:07
Message-ID: 1538075.1715355787@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Per src/tools/RELEASE_CHANGES, we still have some routine
tasks to finish before beta1:

* Run mechanical code beautification tools:
pgindent, pgperltidy, and "make reformat-dat-files"
(complete steps from src/tools/pgindent/README)

* Renumber any manually-assigned OIDs between 8000 and 9999
to lower numbers, using renumber_oids.pl (see notes in bki.sgml)

(Although I expect the pgindent changes to be minimal, there will
be some since src/tools/pgindent/typedefs.list hasn't been
maintained entirely accurately.)

I've been holding off doing this so as not to joggle the elbows
of people trying to complete open items or revert failed patches,
but it's getting to be time. Any objections to doing these
things on Tuesday May 14th?

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Nazir Bilal Yavuz 2024-05-10 15:55:27 Re: Fix parallel vacuum buffer usage reporting
Previous Message Tom Lane 2024-05-10 15:10:14 Re: Bug: PGTYPEStimestamp_from_asc() in ECPG pgtypelib