pgsql: entab: add new options

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: entab: add new options
Date: 2014-01-31 16:05:57
Message-ID: E1W9GbN-0000g2-ED@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

entab: add new options

Add new entab options to process only C comment whitespace after
periods, and to protect leading whitespace.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5ff47acf8f2da1103219a99e61b4862dba8b6f3d

Modified Files
--------------
src/tools/entab/entab.c | 36 +++++++++++++++++++++++++++++++++---
1 file changed, 33 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-01-31 16:47:20 pgsql: Add tab completion for ALTER TABLESPACE MOVE in psql.
Previous Message Andrew Dunstan 2014-01-31 14:40:38 pgsql: Fix documented return type of json_array_elements_text.