pgsql: timeline is not needed in BaseBackup()

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: timeline is not needed in BaseBackup()
Дата
Msg-id E1QF9ez-0007Km-LR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
timeline is not needed in BaseBackup()

This code was accidentally part of the patch, it's only
needed for the code that's for 9.2. Not needing the timeline
also removes the need to call IDENTIFY_SYSTEM.

Noted by Peter E.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6693eb72c014e5e8bc2f7f3221ebd5507fdbe8ec

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c |   20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add comments about the need to avoid uninitialized bits in datat
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Revert "Force use of "%I64d" format for 64 bit ints on MinGW."