This is a cleanup patch for access/transam/xact.c. It only removes some
Bruce Momjian <bruce@momjian.us>
This is a cleanup patch for access/transam/xact.c. It only removes some #ifdef NOT_USED code, and adds a new TBLOCK state which signals the fact that StartTransaction() has been executed. Alvaro Herrera
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +117 −143 |
| src/include/access/xact.h | modified | +2 −1 |