[COMMITTERS] pgsql: Sort pg_basebackup options better - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Sort pg_basebackup options better
Date
Msg-id E1dwsIO-00049j-G8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Sort pg_basebackup options better

The --slot option somehow ended up under options controlling the output,
and some other options were in a nonsensical place or were not moved
after recent renamings, so tidy all that up a bit.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15a8010ed691f190aad19c0a205f4a17868591e9

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml   | 100 +++++++++++++++++-----------------
src/bin/pg_basebackup/pg_basebackup.c |   6 +-
2 files changed, 53 insertions(+), 53 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Handle heap rewrites better in logical replication
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Use a blacklist to distinguish original from add-on enumvalues.