aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-06-29 19:14:22 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2023-06-29 19:14:22 -0400
commit871d342bf3d51a7502ce7dfcbd7fe1682e1cb8fb (patch)
tree7f4e5d62a9d14d1563c5089a4d72397a2c8a008c /src
parent97d89101045fac8cb36f4ef6c08526ea0841a596 (diff)
downloadpostgresql-871d342bf3d51a7502ce7dfcbd7fe1682e1cb8fb.tar.gz
postgresql-871d342bf3d51a7502ce7dfcbd7fe1682e1cb8fb.zip
Arm gen_node_support.pl's nodetag ABI stability check in v16.
Per RELEASE_CHANGES checklist.
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 72c79635781..d67565b925c 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 = 454;
# output file names
my @output_files;