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

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

From
Kevin Grittner
Date:
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(+)