aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-05-05 23:10:33 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-05-05 23:11:28 -0400
commite8ce68b0b9ae2757c6153a88bf869904d2d5ac0b (patch)
tree0a0f32b497e479995794413e9bbd02d339486ecd
parent2ce353fc19024d62e59ad99850d7592ebc9abecf (diff)
downloadpostgresql-e8ce68b0b9ae2757c6153a88bf869904d2d5ac0b.tar.gz
postgresql-e8ce68b0b9ae2757c6153a88bf869904d2d5ac0b.zip
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
-rw-r--r--src/tools/RELEASE_CHANGES10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index 8f9ac00e94a..ec45ae4c908 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -59,7 +59,6 @@ in both master and the branch.
* Ports
o update ports list in doc/src/sgml/installation.sgml
- o update platform-specific FAQ's, if needed
Pre-Beta Tasks
@@ -69,14 +68,16 @@ These things should be done at least once per development cycle.
Typically we do them between feature freeze and start of beta test,
but there may be reasons to do them at other times as well.
+* Run mechanical code beautification tools:
+ pgindent, pgperltidy, and "make reformat-dat-files"
+ (see 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)
* Update config.guess and config.sub
(from https://savannah.gnu.org/projects/config)
-* Update inet/cidr data types with newest Bind patches
-
* Update Unicode data: Edit UNICODE_VERSION and CLDR_VERSION in
src/Makefile.global.in, run make update-unicode, and commit.
@@ -84,7 +85,8 @@ but there may be reasons to do them at other times as well.
Starting a New Development Cycle
================================
-* Typically, we do pgindent and perltidy runs just before branching
+* Typically, we do pgindent and perltidy runs just before branching,
+ as well as before beta
* Create a branch in git for maintenance of the previous release
o on master branch, do: