all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean dist distcheck world check-world install-world installcheck-world:
@if [ ! -f GNUmakefile ] ; then \
echo "You need to run the 'configure' program first. Please see"; \
- echo "<https://www.postgresql.org/docs/devel/installation.html>" ; \
+ echo "<https://www.postgresql.org/docs/18/installation.html>" ; \
false ; \
fi
@IFS=':' ; \
Copyright and license information can be found in the file COPYRIGHT.
General documentation about this version of PostgreSQL can be found at
-<https://www.postgresql.org/docs/devel/>. In particular, information
+<https://www.postgresql.org/docs/18/>. In particular, information
about building PostgreSQL from the source code can be found at
-<https://www.postgresql.org/docs/devel/installation.html>.
+<https://www.postgresql.org/docs/18/installation.html>.
The latest version of this software, and related software, may be
obtained at <https://www.postgresql.org/download/>. For more information
# 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 = 479;
# output file names
my @output_files;