[COMMITTERS] pgsql: Detect PG_PRINTF_ATTRIBUTE automatically.

2014-11-23 Thread Noah Misch
Detect PG_PRINTF_ATTRIBUTE automatically. This eliminates gobs of "unrecognized format function type" warnings under MinGW compilers predating GCC 4.4. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b779168ffe330d137b8b4329a7710c8bf1f7e661 Modified Files --

[COMMITTERS] pgsql: Fix memory leaks introduced by commit eca2b9b

2014-11-23 Thread Andrew Dunstan
Fix memory leaks introduced by commit eca2b9b Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/02d5ab6a86aa941109cecd9e6ebe73a67e8bf545 Modified Files -- src/bin/psql/command.c |6 ++ 1 file changed, 6 insertions(+) -- Sent via pgsql-committers m

[COMMITTERS] pgsql: Get rid of redundant production in plpgsql grammar.

2014-11-23 Thread Tom Lane
Get rid of redundant production in plpgsql grammar. There may once have been a reason for the intermediate proc_stmts production in the plpgsql grammar, but it isn't doing anything useful anymore, so let's collapse it into proc_sect. Saves some code and probably a small number of nanoseconds per