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

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add new snapshot fields to serialize/deserialize functions.
Date: 2016-06-03 16:25:52
Message-ID: E1b8ruy-0003yk-EP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-06-03 18:08:37 pgsql: Mark PostmasterPid as PGDLLIMPORT.
Previous Message Robert Haas 2016-06-03 15:59:11 pgsql: Fix comment to be more accurate.