pgsql: Fix two bugs introduced in the xlog.c split. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix two bugs introduced in the xlog.c split.
Date
Msg-id E1TJIFD-0001YM-R4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix two bugs introduced in the xlog.c split.

The comment explaining the naming of timeline history files was wrong, and
the history file was not being arhived.

Pointed out by Fujii Masao.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bc1229c83238a0d71a3923cb48e53ea7ea37654c

Modified Files
--------------
src/backend/access/transam/timeline.c |   11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Improve some LDAP authentication error messages
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Split off functions related to timeline history files and XLOG a