pgsql: pgindent: Fix order in instructions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgindent: Fix order in instructions
Date: 2013-02-15 02:46:21
Message-ID: E1U6BJd-0008WG-FA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgindent: Fix order in instructions

The previous order of steps didn't literally work, because git clean
-fdx would delete the downloaded typedefs.list. Also, pgindent needs to
be called with a path when one is in at the top of the build tree.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8e6c8da16a51e24a33bf4afeb311ca5d0ecd2b21

Modified Files
--------------
src/tools/pgindent/README | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-02-15 16:00:10 pgsql: Don't delete unarchived WAL files during crash recovery.
Previous Message Tom Lane 2013-02-15 01:35:18 pgsql: Invent pre-commit/pre-prepare/pre-subcommit events for xact call