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

Arm gen_node_support.pl's nodetag ABI stability check in v16.

Per RELEASE_CHANGES checklist.
This commit is contained in:
Tom Lane 2023-06-29 19:14:22 -04:00
parent 97d8910104
commit 871d342bf3

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 = 454;
# output file names
my @output_files;