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

From Tom Lane
Subject Re: CURRENT OF cursor without OIDs
Date
Msg-id 21110.997322940@sss.pgh.pa.us
Whole thread Raw
In response to Re: CURRENT OF cursor without OIDs  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-hackers
Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> GetXmaxRecent() ignores the backend tx_old because it had been
> committed when VACUUM started and may return the xid > the
> very old xid of tx_old.

Absolutely not; things would never work if that were true.
GetXmaxRecent() returns the oldest TID that was running *when any
current transaction started*, not just VACUUM's transaction.  Thus,
no transaction that could be considered live by the cursor-holding
transaction will be considered dead by VACUUM.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: CURRENT OF cursor without OIDs
Next
From: Tom Lane
Date:
Subject: Re: CURRENT OF cursor without OIDs