Dimitri Fontaine <dimi...@2ndquadrant.fr> writes: > Tom Lane <t...@sss.pgh.pa.us> writes: >> Yeah, I was just looking at the IfSupported variant. In the structure >> I just suggested (separate ProcessSlowUtility function), we could make >> that work by having switch cases for some statements in both functions,
> I've done it the way you propose here, and then in the Slow variant we > have two set of cases again: those with some manual transactionnal > behavior or some other code complexities, and the really simple ones. I started to look at this patch. What in the world is the point of dividing the "slow" function into two separate switches? Seems like you might as well put all the cases in the first switch back into standard_ProcessUtility. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers