pgsql: Sort pg_basebackup options better

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sort pg_basebackup options better
Date: 2017-09-26 16:01:16
Message-ID: E1dwsIO-00049j-G8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-26 17:15:05 pgsql: Use a blacklist to distinguish original from add-on enum values.
Previous Message Peter Eisentraut 2017-09-26 14:30:46 pgsql: Handle heap rewrites better in logical replication