Re: [HACKERS] IsTransactionState() is being used incorrectly

2007-07-16 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> 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? > Is this done or should it be kept for 8.4? Fixed, I

Re: [HACKERS] IsTransactionState() is being used incorrectly

2007-07-16 Thread Bruce Momjian
Is this done or should it be kept for 8.4? --- Tom Lane wrote: > 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