pgsql: Use $INDENT instead of `which` to find the indent binary

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use $INDENT instead of `which` to find the indent binary
Date: 2011-02-18 15:51:22
Message-ID: E1PqSc6-0007Ub-7J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use $INDENT instead of `which` to find the indent binary

Per discussion after my commit o yesterday.

Branch
------
master

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

Modified Files
--------------
src/tools/pgindent/pgindent | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-02-18 15:52:15 Re: pgsql: Use $INDENT rather than indent throughout the pgindent code
Previous Message Alvaro Herrera 2011-02-18 15:44:28 Re: pgsql: Use $INDENT rather than indent throughout the pgindent code