Skip to content

Commit 871d342

Browse files
committed
Arm gen_node_support.pl's nodetag ABI stability check in v16.
Per RELEASE_CHANGES checklist.
1 parent 97d8910 commit 871d342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/nodes/gen_node_support.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ sub elem
106106
# In HEAD, these variables should be left undef, since we don't promise
107107
# ABI stability during development.
108108

109-
my $last_nodetag = undef;
110-
my $last_nodetag_no = undef;
109+
my $last_nodetag = 'WindowObjectData';
110+
my $last_nodetag_no = 454;
111111

112112
# output file names
113113
my @output_files;

0 commit comments

Comments
 (0)