pgsql: Fix help message for pg_basebackup -R

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix help message for pg_basebackup -R
Date: 2017-02-18 12:49:56
Message-ID: E1cf4Sa-00075m-C4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix help message for pg_basebackup -R

The recovery.conf file that's generated is specifically for
replication, and not needed (or wanted) for regular backup restore, so
indicate that in the message.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/595c412760449d2a72b6a65a9711a1537b3b7277

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2017-02-18 21:06:41 Re: [COMMITTERS] pgsql: Add new function dsa_allocate0.
Previous Message Peter Eisentraut 2017-02-18 00:35:37 pgsql: Optimize query for information_schema.constraint_column_usage