Simplify parse representation of savepoint commands
Peter Eisentraut <peter_e@gmx.net>
Simplify parse representation of savepoint commands Instead of embedding the savepoint name in a list and then requiring complex code to unpack it, just add another struct field to store it directly. Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +2 −26 |
| src/backend/nodes/copyfuncs.c | modified | +1 −0 |
| src/backend/nodes/equalfuncs.c | modified | +1 −0 |
| src/backend/parser/gram.y | modified | +5 −10 |
| src/backend/tcop/utility.c | modified | +4 −20 |
| src/include/access/xact.h | modified | +2 −2 |
| src/include/nodes/parsenodes.h | modified | +2 −1 |