[COMMITTERS] pgsql: Fix help message for pg_basebackup -R - Mailing list pgsql-committers

From Magnus Hagander
Subject [COMMITTERS] pgsql: Fix help message for pg_basebackup -R
Date
Msg-id E1cf4Sa-00075n-CA@gemulon.postgresql.org
Whole thread Raw
List 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/463d4dbfb24b71ed4fdf2a252d0474704f4952c9

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Optimize query for information_schema.constraint_column_usage
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Make dsa_allocate interface more like MemoryContextAlloc.