pgsql: Manually un-break a few URLs that pgindent used to insist on spl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Manually un-break a few URLs that pgindent used to insist on spl
Date: 2017-06-21 20:02:14
Message-ID: E1dNlpO-0004wV-Vv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/780b3a4c43fd47867825d5d628e96a0966e63aa8

Modified Files
--------------
src/backend/utils/adt/numeric.c | 3 +--
src/backend/utils/adt/selfuncs.c | 3 +--
src/bin/pg_ctl/pg_ctl.c | 6 ++----
src/bin/psql/copy.c | 3 +--
4 files changed, 5 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2017-06-21 21:19:33 Re: pgsql: Adjust pgindent script to use pg_bsd_indent 2.0.
Previous Message Tom Lane 2017-06-21 19:46:57 pgsql: Remove entab and associated detritus.