mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 12:20:43 -05: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue