Remove dead push/pop rollback code. Vadim once planned to implement
Tom Lane <tgl@sss.pgh.pa.us>
Remove dead push/pop rollback code. Vadim once planned to implement transaction rollback via UNDO but I think that's highly unlikely to happen, so we may as well remove the stubs. (Someday we ought to rip out the stub xxx_undo routines, too.) Per Alvaro.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +3 −66 |
| src/backend/access/transam/xact.c | modified | +1 −22 |
| src/include/access/htup.h | modified | +2 −4 |
| src/include/access/xact.h | modified | +1 −4 |