pgsql: Allow specifying pg_waldump --rmgr option multiple times. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Allow specifying pg_waldump --rmgr option multiple times.
Date
Msg-id E1lyw4E-0000wm-9I@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix build failure with newer ICU
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix prove_installcheck to use correct paths when used with PGXS