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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix two bugs introduced in the xlog.c split.
Дата
Msg-id E1TJIFD-0001YM-R4@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Improve some LDAP authentication error messages
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Split off functions related to timeline history files and XLOG a