-
- Downloads
Fix bogus %name-prefix option syntax in all our Bison files.
%name-prefix doesn't use an "=" sign according to the Bison docs, but it silently accepted one anyway, until Bison 3.0. This was originally a typo of mine in commit 012abeba, and we seem to have slavishly copied the error into all the other grammar files. Per report from Vik Fearing; analysis by Peter Eisentraut. Back-patch to all active branches, since somebody might try to build a back branch with up-to-date tools.
Showing
- contrib/cube/cubeparse.y 1 addition, 1 deletioncontrib/cube/cubeparse.y
- contrib/seg/segparse.y 1 addition, 1 deletioncontrib/seg/segparse.y
- src/backend/bootstrap/bootparse.y 1 addition, 1 deletionsrc/backend/bootstrap/bootparse.y
- src/backend/parser/gram.y 1 addition, 1 deletionsrc/backend/parser/gram.y
- src/backend/replication/repl_gram.y 1 addition, 1 deletionsrc/backend/replication/repl_gram.y
- src/interfaces/ecpg/preproc/ecpg.header 1 addition, 1 deletionsrc/interfaces/ecpg/preproc/ecpg.header
- src/pl/plpgsql/src/gram.y 1 addition, 1 deletionsrc/pl/plpgsql/src/gram.y
- src/test/isolation/specparse.y 1 addition, 1 deletionsrc/test/isolation/specparse.y
Loading
Please register or sign in to comment