Skip to content

Commit

Permalink
Canonicalize some URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed Feb 10, 2020
1 parent 541757f commit 2102ba4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.git
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/bin/psql/copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2102ba4

Please sign in to comment.