RE: Proposal for DROP TABLE rollback mechanism - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject RE: Proposal for DROP TABLE rollback mechanism
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D3164@sectorbase1.sectorbase.com
Whole thread Raw
In response to Proposal for DROP TABLE rollback mechanism  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Rollback of DROP TABLE now works in non-WAL code, and seems to work in
> WAL code too.  I did not add WAL logging, because I'm not quite sure
> what to do, so rollforward probably does the wrong thing.  Could you
> deal with that part?  smgr.c is the place that keeps the list of what
> to delete at commit or abort.

Ok, thanks! I'll take list of relfilenodes to delete just before
commit and put it into commit record.

Vadim


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: problems with configure
Next
From: Jeff MacDonald
Date:
Subject: test .. ignore