Re: Review: Fix snapshot taking inconsistencies
Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>
From: Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, Steve Singer <ssinger_pg@sympatico.ca>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-24T00:38:05Z
Lists: pgsql-hackers
On 2011-02-24 2:31 AM, Tom Lane wrote: > Marko Tiikkaja<marko.tiikkaja@cs.helsinki.fi> writes: >> On 2011-02-24 12:39 AM, Tom Lane wrote: >>> My recollection is that this was pretty tightly coupled to the wCTE >>> patch. > >> It was, but isn't anymore. Now it's just a bugfix. > > The connection is the question of where to do CommandCounterIncrement > between successive DML WITH operations in a single command. .. what? We decided *not* to do any CommandCounterIncrements between DML WITHs. Regards, Marko Tiikkaja