pgsql: Doc: update RELEASE_CHANGES checklist.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: update RELEASE_CHANGES checklist.
Date: 2021-05-06 03:11:56
Message-ID: E1leUQe-0006Vm-Ja@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e8ce68b0b9ae2757c6153a88bf869904d2d5ac0b

Modified Files
--------------
src/tools/RELEASE_CHANGES | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-05-06 05:30:27 pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s
Previous Message Amit Kapila 2021-05-06 03:09:01 pgsql: Tighten the concurrent abort check during decoding.