pgsql: Add new snapshot fields to serialize/deserialize functions.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Add new snapshot fields to serialize/deserialize functions.
Дата
Msg-id E1b8ruy-0003yk-EP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add new snapshot fields to serialize/deserialize functions.

The "snapshot too old" condition was not being recognized when
using a copied snapshot, since the original timestamp and lsn were
not being passed along.  Noticed when testing the combination of
"snapshot too old" with parallel query execution.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/370a46fc015115bfeccde4eb208d82049f792f9f

Modified Files
--------------
src/backend/utils/time/snapmgr.c | 6 ++++++
1 file changed, 6 insertions(+)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix comment to be more accurate.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Mark PostmasterPid as PGDLLIMPORT.