pgsql: pgindent: Fix order in instructions - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pgindent: Fix order in instructions
Date
Msg-id E1U6BJd-0008WG-FA@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Invent pre-commit/pre-prepare/pre-subcommit events for xact call
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Don't delete unarchived WAL files during crash recovery.