From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
Cc: | Patches <pgsql-patches(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [PATCHES] nested xacts and phantom Xids |
Date: | 2004-06-30 02:32:07 |
Message-ID: | 2704.1088562727@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> writes:
> Hmm ... yes, this could be very ugly indeed, but I haven't even looked
> at the executor code so I can't comment. Are executor nodes copyable?
Nope, and even if we had support for that the executor tree per se
is just the tip of the iceberg. There's also indexscan status, SRF
function internal state, yadda yadda. I think the odds of doing
something with all that stuff for 7.5 are exactly zero ... we'd better
define a stopgap behavior.
> Oh, and I've been playing with large objects and I've encountered bugs
> elsewhere. I'll look at it with the new patch you just posted.
Wouldn't surprise me, we've not looked at that yet either.
I do feel that we have enough things working that we should commit to
nested transactions for 7.5. There will be some things that we have to
restrict, such as cursors and perhaps large objects. But it's surely
better than no subtransactions at all.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-06-30 03:19:51 | Re: lock timeout patch |
Previous Message | 周仁军 | 2004-06-30 02:05:15 | unsubscribe-digest |
From | Date | Subject | |
---|---|---|---|
Next Message | ohp | 2004-06-30 11:27:21 | Re: PITR Archive Recovery |
Previous Message | Simon Riggs | 2004-06-30 01:46:57 | Re: PITR Archive Recovery |