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:
parent
97d8910104
commit
871d342bf3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user