From: | Marko Tiikkaja <marko(dot)tiikkaja(at)cs(dot)helsinki(dot)fi> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Yeb Havinga <yebhavinga(at)gmail(dot)com>, David Fetter <david(at)fetter(dot)org>, Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com> |
Subject: | Re: wCTE behaviour |
Date: | 2010-11-14 02:45:00 |
Message-ID: | 4CDF4D2C.1080208@cs.helsinki.fi |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2010-11-12 8:25 PM +0200, I wrote:
> I'm going to take some time off this weekend to get a patch with this
> behaviour to the next commitfest.
.. and a wild patch appears.
This is almost exactly the patch from 2010-02 without
CommandCounterIncrement()s. It's still a bit rough around the edges and
needs some more comments, but I'm posting it here anyway.
This patch passes all regression tests, but feel free to try to break
it, there are probably ways to do that. This one also has the "always
run DMLs to completion, and exactly once" behaviour.
Regards,
Marko Tiikkaja
Attachment | Content-Type | Size |
---|---|---|
dmlwith28.patch | text/plain | 58.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Darren Duncan | 2010-11-14 03:54:21 | Re: Refactoring the Type System |
Previous Message | Robert Haas | 2010-11-14 02:35:01 | Re: unlogged tables |