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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow specifying pg_waldump --rmgr option multiple times.
Date: 2021-07-01 12:45:18
Message-ID: E1lyw4E-0000wm-9I@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-07-01 13:04:47 pgsql: Fix prove_installcheck to use correct paths when used with PGXS
Previous Message Peter Eisentraut 2021-07-01 08:58:27 pgsql: Fix build failure with newer ICU