Re: CURRENT OF cursor without OIDs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CURRENT OF cursor without OIDs
Date
Msg-id 23039.997325985@sss.pgh.pa.us
Whole thread Raw
In response to CURRENT OF cursor without OIDs  (Ian Lance Taylor <ian@airs.com>)
List pgsql-hackers
Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> Hmm is there any place setting proc->xmin other than
> the following ?

> [in storage/ipc/sinval.c]
>        if (serializable)
>                MyProc->xmin = snapshot->xmin;

AFAICT that's the only place that sets it.  It's cleared to zero during
transaction commit or abort in xact.c.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CURRENT OF cursor without OIDs
Next
From: Tom Lane
Date:
Subject: Re: To be 7.1.3 or not to be 7.1.3?