pgsql: Ensure age() returns a stable value rather than the latest value

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure age() returns a stable value rather than the latest value
Date: 2012-05-11 13:37:58
Message-ID: E1SSq2g-00061X-Te@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Ensure age() returns a stable value rather than the latest value

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b06679e01244d33304b71a6a44c7cc86173617b3

Modified Files
--------------
src/backend/access/transam/xact.c | 22 ++++++++++++++++++++++
src/backend/utils/adt/xid.c | 8 +++-----
src/include/access/xact.h | 1 +
3 files changed, 26 insertions(+), 5 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-05-11 13:38:31 pgsql: Ensure age() returns a stable value rather than the latest value
Previous Message Heikki Linnakangas 2012-05-11 09:38:33 pgsql: On GiST page split, release the locks on child pages before recu

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2012-05-11 13:46:11 Re: problem/bug in drop tablespace?
Previous Message Tom Lane 2012-05-11 13:35:14 Re: "pgstat wait timeout" just got a lot more common on Windows