pgsql: timeline is not needed in BaseBackup() - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: timeline is not needed in BaseBackup()
Date
Msg-id E1QF9ez-0007Km-LR@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add comments about the need to avoid uninitialized bits in datat
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Revert "Force use of "%I64d" format for 64 bit ints on MinGW."