Adopt latest bison's spelling of 'syntax error' rather than 'parse error'
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/xfunc.sgml | modified | +2 −2 |
| src/backend/parser/gram.y | modified | +2 −2 |
| src/backend/parser/Makefile | modified | +2 −8 |
| src/backend/parser/scan.l | modified | +9 −3 |
| src/test/regress/expected/errors.out | modified | +28 −28 |
| src/test/regress/expected/strings.out | modified | +1 −1 |
| src/test/regress/output/constraints.source | modified | +2 −2 |
| src/test/regress/output/create_function_1.source | modified | +1 −1 |