pgsql: Allow specifying pg_waldump --rmgr option multiple times.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Allow specifying pg_waldump --rmgr option multiple times.
Дата
Msg-id E1lyw4E-0000wm-9I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow specifying pg_waldump --rmgr option multiple times.

Before, if you specified multiple --rmgr options, only the last one took
effect. It seems more sensible to select all the specified resource
managers.

Reviewed-By: Daniel Gustafsson, Julien Rouhaud
Discussion: https://www.postgresql.org/message-id/98344bc2-e222-02ad-a75b-81ffc614c155%40iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c8bf5098cbc4f32ca724d830d45d5ceb2ad7f96d

Modified Files
--------------
doc/src/sgml/ref/pg_waldump.sgml |  3 ++-
src/bin/pg_waldump/pg_waldump.c  | 16 +++++++++-------
2 files changed, 11 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix build failure with newer ICU
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix prove_installcheck to use correct paths when used with PGXS