Re: Potential problem with HOT and indexes? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Potential problem with HOT and indexes?
Date
Msg-id 11275.1238169569@sss.pgh.pa.us
Whole thread Raw
In response to Re: Potential problem with HOT and indexes?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> We could reorganize the function slightly so that the IndexInfo is
> still available after the PG_TRY block, and then do something like
> "if (!indexInfo->ii_BrokenHotChain) reset indcheckxmin".  This would
> ensure that we didn't wipe the flag if index_build had just set it.
> If I'm wrong and this can never happen, no harm done.

Committed with that change.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 8.4 open items list
Next
From: Robert Haas
Date:
Subject: Re: Should SET ROLE inherit config params?