Thread: pgsql: Fix two bugs introduced in the xlog.c split.

pgsql: Fix two bugs introduced in the xlog.c split.

From
Heikki Linnakangas
Date:
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(-)