pgsql: Remove entab and associated detritus.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove entab and associated detritus.
Date: 2017-06-21 19:46:57
Message-ID: E1dNlab-0004eI-6N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove entab and associated detritus.

We don't need this anymore, because pg_bsd_indent has been taught to
follow the same tab-vs-space rules that entab used to enforce.

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/81f056c7256f01a39ecc926bf6a4d2d1fa525633

Modified Files
--------------
src/tools/entab/.gitignore | 1 -
src/tools/entab/Makefile | 20 ---
src/tools/entab/entab.1 | 51 --------
src/tools/entab/entab.c | 277 ----------------------------------------
src/tools/pgindent/README | 4 +-
src/tools/pgindent/pgindent | 60 +--------
src/tools/pgindent/pgindent.man | 3 -
7 files changed, 2 insertions(+), 414 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-06-21 20:02:14 pgsql: Manually un-break a few URLs that pgindent used to insist on spl
Previous Message Peter Eisentraut 2017-06-21 19:43:49 pgsql: Reformat comments about ResultRelInfo