Skip to content

Commit e8ce68b

Browse files
committed
Doc: update RELEASE_CHANGES checklist.
Update checklist to reflect current practice: * The platform-specific FAQ files are long gone. * We've never routinely updated the libbind code we borrowed, either, and there seems no reason to start now. * Explain current practice of running pgindent twice per cycle. Discussion: https://postgr.es/m/4038398.1620238684@sss.pgh.pa.us
1 parent 2ce353f commit e8ce68b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/tools/RELEASE_CHANGES

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ in both master and the branch.
5959

6060
* Ports
6161
o update ports list in doc/src/sgml/installation.sgml
62-
o update platform-specific FAQ's, if needed
6362

6463

6564
Pre-Beta Tasks
@@ -69,22 +68,25 @@ These things should be done at least once per development cycle.
6968
Typically we do them between feature freeze and start of beta test,
7069
but there may be reasons to do them at other times as well.
7170

71+
* Run mechanical code beautification tools:
72+
pgindent, pgperltidy, and "make reformat-dat-files"
73+
(see src/tools/pgindent/README)
74+
7275
* Renumber any manually-assigned OIDs between 8000 and 9999
7376
to lower numbers, using renumber_oids.pl (see notes in bki.sgml)
7477

7578
* Update config.guess and config.sub
7679
(from https://savannah.gnu.org/projects/config)
7780

78-
* Update inet/cidr data types with newest Bind patches
79-
8081
* Update Unicode data: Edit UNICODE_VERSION and CLDR_VERSION in
8182
src/Makefile.global.in, run make update-unicode, and commit.
8283

8384

8485
Starting a New Development Cycle
8586
================================
8687

87-
* Typically, we do pgindent and perltidy runs just before branching
88+
* Typically, we do pgindent and perltidy runs just before branching,
89+
as well as before beta
8890

8991
* Create a branch in git for maintenance of the previous release
9092
o on master branch, do:

0 commit comments

Comments
 (0)