summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-07-01 08:05:35 +0900
committerMichael Paquier <michael@paquier.xyz>2024-07-01 08:05:35 +0900
commit10ee893d786a34e7e1b7c5ac49b529ef5f28af0d (patch)
tree291b4e0009bd1b3adcd9d000412814da347ed208 /src
parent7dcc6f8e6d7a0eb0ce90802311278723843b4bbd (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/backend/nodes/gen_node_support.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/nodes/gen_node_support.pl b/src/backend/nodes/gen_node_support.pl
index 81df3bdf95f..bdda4fbb918 100644
--- a/src/backend/nodes/gen_node_support.pl
+++ b/src/backend/nodes/gen_node_support.pl
@@ -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;