Canonicalize some URLs
authorPeter Eisentraut
Mon, 10 Feb 2020 19:47:50 +0000 (20:47 +0100)
committerPeter Eisentraut
Mon, 10 Feb 2020 19:47:50 +0000 (20:47 +0100)
HISTORY
README
README.git
src/bin/psql/copy.c

diff --git a/HISTORY b/HISTORY
index 18d7b1b724c309f96c95872d895296c06b2176dc..b87be55abf4fb188fa15fa725fb57a66fb150cfd 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,5 @@
 Release notes for all versions of PostgreSQL can be found on-line at
-https://www.postgresql.org/docs/current/static/release.html
+https://www.postgresql.org/docs/current/release.html
 
 Distribution file sets include release notes for their version and preceding
 versions.  Visit the file doc/src/sgml/html/release.html in an HTML browser.
diff --git a/README b/README
index 12de3f1d73cc9e48f804845ccab24b630c2dbd80..6416a8cf3b4677c4828f775c402bf18631f35b00 100644 (file)
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ and functions.  This distribution also contains C language bindings.
 
 PostgreSQL has many language interfaces, many of which are listed here:
 
-   https://www.postgresql.org/download
+   https://www.postgresql.org/download/
 
 See the file INSTALL for instructions on how to build and install
 PostgreSQL.  That file also lists supported operating systems and
index 52cb7223dfb129c18d6404bca46be1e7be13401d..4bf614eea4a2ee32400a1e8154d0bbde676c0e46 100644 (file)
@@ -6,7 +6,7 @@ git and so will not be present if you are using a git checkout.
 
 If you are using a git checkout, you can view the most recent installation
 instructions at:
-   https://www.postgresql.org/docs/devel/static/installation.html
+   https://www.postgresql.org/docs/devel/installation.html
 
 Users compiling from git will also need compatible versions of Bison, Flex,
 and Perl, as discussed in the install documentation.  These programs are not
index 28ce99122d05812bbcab1af56bebae2f4f8ca05e..f59db8d7bd080d99d5e84ed8d80b4179615d4123 100644 (file)
@@ -628,7 +628,7 @@ handleCopyIn(PGconn *conn, FILE *copystream, bool isbinary, PGresult **res)
                    /*
                     * This code erroneously assumes '\.' on a line alone
                     * inside a quoted CSV string terminates the \copy.
-                    * http://www.postgresql.org/message-id/[email protected]
+                    * https://www.postgresql.org/message-id/[email protected]
                     */
                    if (strcmp(buf, "\\.\n") == 0 ||
                        strcmp(buf, "\\.\r\n") == 0)