Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore
Дата
Msg-id 20429.1406238373@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore  (s.zuban@gmail.com)
Ответы Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore  (Andres Freund <andres@2ndquadrant.com>)
Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore  (Sergiy Zuban <s.zuban@gmail.com>)
Список pgsql-bugs
s.zuban@gmail.com writes:
> After upgrade from 9.3.4 to 9.3.5 pg_last_xact_replay_timestamp() returns
> outdated timestamp.

> It stopped working properly after commit
> d19bd29f07aef9e508ff047d128a4046cc8bc1e2

Really?

It looks to me like this never worked: the code around recoveryStopsHere
has never paid any attention to COMMIT_PREPARED (or ABORT_PREPARED).
Certainly that patch had zip to do with the replay-timestamp behavior.

If you think it worked before, I'd like to see what your test case was.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: s.zuban@gmail.com
Дата:
Сообщение: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore