End-of-cycle code beautification tasks - Mailing list pgsql-hackers

From Tom Lane
Subject End-of-cycle code beautification tasks
Date
Msg-id 1538075.1715355787@sss.pgh.pa.us
Whole thread Raw
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug: PGTYPEStimestamp_from_asc() in ECPG pgtypelib
Next
From: Nazir Bilal Yavuz
Date:
Subject: Re: Fix parallel vacuum buffer usage reporting