]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Adapt REL_19_STABLE to its new status as a stable branch
authorJoe Conway <mail@joeconway.com>
Mon, 29 Jun 2026 20:39:23 +0000 (16:39 -0400)
committerJoe Conway <mail@joeconway.com>
Mon, 29 Jun 2026 20:39:23 +0000 (16:39 -0400)
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.

Makefile
README.md

index 9bc1a4ec17b3c0e5402c059ef0850d8ac9b2a2db..e76169f9a34d0dfe49c28db1d77a1f27445beba4 100644 (file)
--- 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 "<https://www.postgresql.org/docs/devel/installation.html>" ; \
+          echo "<https://www.postgresql.org/docs/19/installation.html>" ; \
           false ; \
         fi
        @IFS=':' ; \
index f6104c038b3d5c69e7dc058aa4518c3cbcf56731..d97057b2e64b13f7379cb6d7d24c637737568940 100644 (file)
--- 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
-<https://www.postgresql.org/docs/devel/>.  In particular, information
+<https://www.postgresql.org/docs/19/>.  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/19/installation.html>.
 
 The latest version of this software, and related software, may be
 obtained at <https://www.postgresql.org/download/>.  For more information