pgsql: Modernize entab source code

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Modernize entab source code
Date: 2013-06-19 16:32:03
Message-ID: E1UpLIh-0006Ky-Ui@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Modernize entab source code
Remove halt.c, improve comments, rename manual page file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f979599b2068f036405f1b51a9c4260619b06941

Modified Files
--------------
src/tools/entab/Makefile | 2 +-
src/tools/entab/entab.1 | 51 +++++++++++++++++++++++++++++++++++++++
src/tools/entab/entab.c | 30 +++++++++++------------
src/tools/entab/entab.man | 52 ---------------------------------------
src/tools/entab/halt.c | 59 ---------------------------------------------
5 files changed, 66 insertions(+), 128 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2013-06-19 23:17:35 pgsql: Support TB (terabyte) memory unit in GUC variables.
Previous Message Kevin Grittner 2013-06-19 15:40:22 pgsql: Fix the create_index regression test for Danish collation.