Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2102ba4

Browse files
committed
Canonicalize some URLs
1 parent 541757f commit 2102ba4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

HISTORY

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Release notes for all versions of PostgreSQL can be found on-line at
2-
https://www.postgresql.org/docs/current/static/release.html
2+
https://www.postgresql.org/docs/current/release.html
33

44
Distribution file sets include release notes for their version and preceding
55
versions. Visit the file doc/src/sgml/html/release.html in an HTML browser.

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and functions. This distribution also contains C language bindings.
1111

1212
PostgreSQL has many language interfaces, many of which are listed here:
1313

14-
https://www.postgresql.org/download
14+
https://www.postgresql.org/download/
1515

1616
See the file INSTALL for instructions on how to build and install
1717
PostgreSQL. That file also lists supported operating systems and

README.git

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git and so will not be present if you are using a git checkout.
66

77
If you are using a git checkout, you can view the most recent installation
88
instructions at:
9-
https://www.postgresql.org/docs/devel/static/installation.html
9+
https://www.postgresql.org/docs/devel/installation.html
1010

1111
Users compiling from git will also need compatible versions of Bison, Flex,
1212
and Perl, as discussed in the install documentation. These programs are not

src/bin/psql/copy.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ handleCopyIn(PGconn *conn, FILE *copystream, bool isbinary, PGresult **res)
628628
/*
629629
* This code erroneously assumes '\.' on a line alone
630630
* inside a quoted CSV string terminates the \copy.
631-
* http://www.postgresql.org/message-id/E1TdNVQ-0001ju-GO@wrigleys.postgresql.org
631+
* https://www.postgresql.org/message-id/E1TdNVQ-0001ju-GO@wrigleys.postgresql.org
632632
*/
633633
if (strcmp(buf, "\\.\n") == 0 ||
634634
strcmp(buf, "\\.\r\n") == 0)

0 commit comments

Comments
 (0)