mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Adapt REL_17_STABLE to its new status as a stable branch
Per the checklist in RELEASE_CHANGES for the creation of a new stable branch, this commit does the following things: - Arm gen_node_support.pl's nodetag ABI stability, based on the contents of nodetags.h. - Update URLs of top-level README and Makefile to point to the new stable version. In passing, this fixes an incorrect comment in release-17.sgml.
This commit is contained in:
@@ -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 = 474;
|
||||
|
||||
# output file names
|
||||
my @output_files;
|
||||
|
||||
Reference in New Issue
Block a user