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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix two bugs introduced in the xlog.c split.
Date: 2012-10-03 06:15:43
Message-ID: E1TJIFD-0001YM-R4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-10-03 06:17:05 Re: pgsql: Split off functions related to timeline history files and XLOG a
Previous Message Peter Eisentraut 2012-10-03 03:25:25 pgsql: Improve some LDAP authentication error messages