Another HOT thought: why do we need indcreatexid at all? - Mailing list pgsql-hackers

From Tom Lane
Subject Another HOT thought: why do we need indcreatexid at all?
Date
Msg-id 27662.1189719986@sss.pgh.pa.us
Whole thread Raw
Responses Re: Another HOT thought: why do we need indcreatexid at all?
Re: Another HOT thought: why do we need indcreatexid at all?
List pgsql-hackers
AFAICS, the whole indcreatexid and validForTxn business is a waste of
code.  By the time CREATE INDEX CONCURRENTLY is ready to set indisvalid,
surely any transactions that could see the broken HOT chains are gone.
There might have been some reason for this contraption before we had
plan invalidation, but what use is it now?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: RETURNING and DO INSTEAD ... Intentional or not?
Next
From: Gregory Stark
Date:
Subject: Re: Another HOT thought: why do we need indcreatexid at all?