Remove dead push/pop rollback code. Vadim once planned to implement
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Mar 2005 01:50:34 +0000 (01:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Mar 2005 01:50:34 +0000 (01:50 +0000)
commit275d32481e0ee2d7d69e091b5f6304ac6ca1f5f0
treea76cb5edf9c10dd99cdd2d81d1bdaa3128185b94
parent51e23af95e4d80f26ec9e2c3ed117d738a978bcb
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.
src/backend/access/heap/heapam.c
src/backend/access/transam/xact.c
src/include/access/htup.h
src/include/access/xact.h