pgsql: pgindent: Fix order in instructions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pgindent: Fix order in instructions
Дата
Msg-id E1U6BJd-0008WG-FA@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Invent pre-commit/pre-prepare/pre-subcommit events for xact call
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Don't delete unarchived WAL files during crash recovery.