Manually un-break a few URLs that pgindent used to insist on splitting.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 780b3a4c43fd47867825d5d628e96a0966e63aa8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-06-21T20:02:08Z
Releases: 10.0
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

Files

PathChange+/−
src/backend/utils/adt/numeric.c modified +1 −2
src/backend/utils/adt/selfuncs.c modified +1 −2
src/bin/pg_ctl/pg_ctl.c modified +2 −4
src/bin/psql/copy.c modified +1 −2

Discussion