1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

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.
This commit is contained in:
Michael Paquier
2024-07-01 08:05:35 +09:00
parent 7dcc6f8e6d
commit 10ee893d78
4 changed files with 6 additions and 6 deletions

View File

@@ -106,8 +106,8 @@ my @nodetag_only_files = qw(
# In HEAD, these variables should be left undef, since we don't promise
# ABI stability during development.
my $last_nodetag = undef;
my $last_nodetag_no = undef;
my $last_nodetag = 'WindowObjectData';
my $last_nodetag_no = 474;
# output file names
my @output_files;