pgsql: Modernize entab source code - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Modernize entab source code
Date
Msg-id E1UpLIh-0006Ky-Ui@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Fix the create_index regression test for Danish collation.
Next
From: Fujii Masao
Date:
Subject: pgsql: Support TB (terabyte) memory unit in GUC variables.