Re: [COMMITTERS] pgsql: Clean up some sloppy coding in repl_gram.y.

2014-02-03 Thread Tom Lane
Andres Freund writes: > On 2014-02-02 17:51:21 +, Tom Lane wrote: >> I got interested in this because buildfarm member protosciurus has been >> crashing in "bison repl_gram.y" since commit 858ec11. It's a long shot >> that this will fix that, though maybe the missing trailing semicolon >> has

Re: [COMMITTERS] pgsql: Clean up some sloppy coding in repl_gram.y.

2014-02-03 Thread Andres Freund
On 2014-02-02 17:51:21 +, Tom Lane wrote: > I got interested in this because buildfarm member protosciurus has been > crashing in "bison repl_gram.y" since commit 858ec11. It's a long shot > that this will fix that, though maybe the missing trailing semicolon > has something to do with it? Wh

[COMMITTERS] pgsql: Clean up some sloppy coding in repl_gram.y.

2014-02-02 Thread Tom Lane
Clean up some sloppy coding in repl_gram.y. Remove unused copy-and-pasted macro definitions, and improve formatting of recently-added productions. I got interested in this because buildfarm member protosciurus has been crashing in "bison repl_gram.y" since commit 858ec11. It's a long shot that t