pgsql: Adapt REL_17_STABLE to its new status as a stable branch

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adapt REL_17_STABLE to its new status as a stable branch
Date: 2024-06-30 23:15:04
Message-ID: E1sO3l9-003iMU-Ev@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adapt REL_17_STABLE to its new status as a stable branch

Per the checklist in RELEASE_CHANGES for the creation of a new stable
branch, this commit does the following things:
- Arm gen_node_support.pl's nodetag ABI stability, based on the contents
of nodetags.h.
- Update URLs of top-level README and Makefile to point to the new
stable version.

In passing, this fixes an incorrect comment in release-17.sgml.

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/10ee893d786a34e7e1b7c5ac49b529ef5f28af0d

Modified Files
--------------
Makefile | 2 +-
README.md | 4 ++--
doc/src/sgml/release-17.sgml | 2 +-
src/backend/nodes/gen_node_support.pl | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-07-01 00:11:56 pgsql: Improve enlargeStringInfo's ERROR message
Previous Message Michael Paquier 2024-06-30 22:57:25 pgsql: Stamp HEAD as 18devel.