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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема [COMMITTERS] pgsql: Fix help message for pg_basebackup -R
Дата
Msg-id E1cf4Sa-00075i-Br@gemulon.postgresql.org
обсуждение исходный текст
Список 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_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/17298748a39e33f94fa4a82450bad98de8ae8d0b

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Optimize query for information_schema.constraint_column_usage
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Make dsa_allocate interface more like MemoryContextAlloc.