Re: [PATCHES] subtransactions -- storage manager

2004-04-30 Thread Alvaro Herrera
On Thu, Apr 29, 2004 at 11:38:52PM +0100, Simon Riggs wrote: > On Sun, 2004-04-25 at 19:06, Alvaro Herrera wrote: > > - pg_clog/pg_subtrans. Need a solution. > As you're aware, our current work overlaps. > pg_clog doesn't seem like the place to record subtransactions, though > maybe it is... cou

Re: [PATCHES] subtransactions -- storage manager

2004-04-30 Thread Bruce Momjian
Simon Riggs wrote: > > > If you add pg_subtrans, you will need to make recovery work all over > > > again...really, you don't want to be doing that, do you? > > > > > > I also have other questions > > > Forgive my lack of attention: I want SAVEPOINTs, not subtransactions... > > > how do we do

Re: [PATCHES] subtransactions -- storage manager

2004-04-30 Thread Simon Riggs
On Fri, 2004-04-30 at 01:02, Bruce Momjian wrote: > Simon Riggs wrote: > > On Sun, 2004-04-25 at 19:06, Alvaro Herrera wrote: > > > Hackers, > > > > > > This patch adds subtransaction support into the storage manager. Files > > > created or dropped inside a subtransaction are correctly dealt with

Re: [PATCHES] subtransactions -- storage manager

2004-04-29 Thread Bruce Momjian
Simon Riggs wrote: > On Sun, 2004-04-25 at 19:06, Alvaro Herrera wrote: > > Hackers, > > > > This patch adds subtransaction support into the storage manager. Files > > created or dropped inside a subtransaction are correctly dealt with at > > subtransaction commit or abort. > > > - pg_clog/pg_su

Re: [PATCHES] subtransactions -- storage manager

2004-04-29 Thread Simon Riggs
On Sun, 2004-04-25 at 19:06, Alvaro Herrera wrote: > Hackers, > > This patch adds subtransaction support into the storage manager. Files > created or dropped inside a subtransaction are correctly dealt with at > subtransaction commit or abort. > - pg_clog/pg_subtrans. Need a solution. > > > P

Re: [PATCHES] subtransactions -- storage manager

2004-04-26 Thread Bruce Momjian
Alvaro, is this ready to be applied? --- Alvaro Herrera wrote: > Hackers, > > This patch adds subtransaction support into the storage manager. Files > created or dropped inside a subtransaction are correctly dealt with at