Обсуждение: pgsql: Fix reporting of missing or invalid command line arguments in pg

Поиск
Список
Период
Сортировка

pgsql: Fix reporting of missing or invalid command line arguments in pg

От
Heikki Linnakangas
Дата:
Fix reporting of missing or invalid command line arguments in pg_rewind.

pg_fatal never returns, so a multi-line message cannot be printed by
calling it twice.

Michael Paquier and Fujii Masao

Branch
------
master

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

Modified Files
--------------
src/bin/pg_rewind/pg_rewind.c |    8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)