Adopt latest bison's spelling of 'syntax error' rather than 'parse error'
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2003 20:40:36 +0000 (20:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2003 20:40:36 +0000 (20:40 +0000)
commit9fbd52808e92d16ae9815a1e6d515829bf7bd025
treee176d1aa1114e143aa000a802a3546c6aaa13b2f
parent268313a95b96b41d6e6116aa1143ca958884644f
Adopt latest bison's spelling of 'syntax error' rather than 'parse error'
for grammar-detected problems.  Revert Makefile hack that kept it looking
like the pre-bison-1.875 output.
doc/src/sgml/xfunc.sgml
src/backend/parser/Makefile
src/backend/parser/gram.y
src/backend/parser/scan.l
src/test/regress/expected/errors.out
src/test/regress/expected/strings.out
src/test/regress/output/constraints.source
src/test/regress/output/create_function_1.source