pgsql: Add new snapshot fields to serialize/deserialize functions. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Add new snapshot fields to serialize/deserialize functions.
Date
Msg-id E1b8ruy-0003yk-EP@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix comment to be more accurate.
Next
From: Robert Haas
Date:
Subject: pgsql: Mark PostmasterPid as PGDLLIMPORT.