Fix compile error. Make transaction/work optional on all transaction
Bruce Momjian <bruce@momjian.us>
Fix compile error. Make transaction/work optional on all transaction statements. More cleanups of psql help. Fix for shift/reduce on UNION in subselect.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.c | modified | +5130 −5123 |
| src/backend/parser/gram.y | modified | +25 −11 |
| src/backend/parser/parse.h | modified | +131 −130 |
| src/bin/psql/psql.c | modified | +2 −2 |
| src/bin/psql/psqlHelp.h | modified | +118 −64 |