]> granicus.if.org Git - postgresql/commit
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)
commit119191609c507528b20d74c59be69f2129127575
tree7546fa12bcade7921244778dfc75bce90ce5a739
parent5db2e83852cc3f25fdea48c4aa0da8696c88a826
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