summaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-06-21 16:02:08 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-06-21 16:02:08 -0400
commit780b3a4c43fd47867825d5d628e96a0966e63aa8 (patch)
tree506074faff27307b3395a01e458914ba964dbf91 /src/bin/psql/copy.c
parent81f056c7256f01a39ecc926bf6a4d2d1fa525633 (diff)
Manually un-break a few URLs that pgindent used to insist on splitting.
These will no longer get re-split by pgindent runs, so it's worth cleaning them up now. Discussion: https://postgr.es/m/E1dAmxK-0006EE-1r@gemulon.postgresql.org Discussion: https://postgr.es/m/30527.1495162840@sss.pgh.pa.us
Diffstat (limited to 'src/bin/psql/copy.c')
-rw-r--r--src/bin/psql/copy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c
index cd2e656911f..724ea9211a7 100644
--- a/src/bin/psql/copy.c
+++ b/src/bin/psql/copy.c
@@ -629,8 +629,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/E1TdNVQ-0001ju-GO@w
- * rigleys.postgresql.org
+ * http://www.postgresql.org/message-id/E1TdNVQ-0001ju-GO@wrigleys.postgresql.org
*/
if (strcmp(buf, "\\.\n") == 0 ||
strcmp(buf, "\\.\r\n") == 0)