Fix compile error. Make transaction/work optional on all transaction

Bruce Momjian <bruce@momjian.us>

Commit: 01a651aaf945353422795ab6db5a4ebfc6e4b085
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-07-26T01:18:09Z
Releases: 7.1.1
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

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