IsTransactionState() is being used incorrectly - Mailing list pgsql-hackers

From Tom Lane
Subject IsTransactionState() is being used incorrectly
Date
Msg-id 547.1180896782@sss.pgh.pa.us
Whole thread Raw
Responses Re: IsTransactionState() is being used incorrectly
List pgsql-hackers
I just noticed that there are a number of places (mostly GUC assignment
hooks) that use IsTransactionState() to decide if it's safe for them to
do catalog lookups.  This seems pretty bogus because IsTransactionState
will return true in an aborted transaction.  I'm not sure there's any
actual bug because of other constraints on when GUC updates occur, but
it sure looks like trouble waiting to happen.

We could fix this either by changing the definition of
IsTransactionState() or by introducing another test function with
a different name.  Any thoughts which is preferable?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: syslogger line-end processing infelicity
Next
From: Magnus Hagander
Date:
Subject: Re: What is happening on buildfarm member baiji?