From: Joe Conway Date: Mon, 29 Jun 2026 20:39:23 +0000 (-0400) Subject: Adapt REL_19_STABLE to its new status as a stable branch X-Git-Tag: REL_19_BETA2~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cd530e84b05080492dcf0f4c596ef9d58ced012;p=thirdparty%2Fpostgresql.git Adapt REL_19_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: - Update URLs of top-level README and Makefile to point to the new stable version. --- diff --git a/Makefile b/Makefile index 9bc1a4ec17b..e76169f9a34 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: 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 "" ; \ + echo "" ; \ false ; \ fi @IFS=':' ; \ diff --git a/README.md b/README.md index f6104c038b3..d97057b2e64 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ and functions. This distribution also contains C language bindings. Copyright and license information can be found in the file COPYRIGHT. General documentation about this version of PostgreSQL can be found at -. In particular, information +. In particular, information about building PostgreSQL from the source code can be found at -. +. The latest version of this software, and related software, may be obtained at . For more information