> 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

Reply via email to