1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Adapt REL_18_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.
This commit is contained in:
Joe Conway
2025-06-29 23:00:00 -04:00
parent 9c5b9a280c
commit 42625ecda2
3 changed files with 5 additions and 5 deletions

View File

@@ -107,8 +107,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 = 479;
# output file names
my @output_files;