Remove dead push/pop rollback code. Vadim once planned to implement

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 119191609c507528b20d74c59be69f2129127575
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-28T01:50:34Z
Releases: 8.1.0
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

PathChange+/−
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