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.
Showing
- src/backend/access/heap/heapam.c 3 additions, 66 deletionssrc/backend/access/heap/heapam.c
- src/backend/access/transam/xact.c 1 addition, 22 deletionssrc/backend/access/transam/xact.c
- src/include/access/htup.h 2 additions, 4 deletionssrc/include/access/htup.h
- src/include/access/xact.h 1 addition, 4 deletionssrc/include/access/xact.h
Loading
Please register or sign in to comment