[COMMITTERS] pgsql: Fix typo

2013-01-07 Thread Peter Eisentraut
Fix typo Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f31d5baff6cda85554731926bd63268a3c0afa1c Modified Files -- src/pl/plpython/plpy_resultobject.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list

Re: [COMMITTERS] pgsql: Fix a logic bug in pgindent.

2013-01-07 Thread Alvaro Herrera
Andrew Dunstan wrote: > Fix a logic bug in pgindent. Ahhh, this explains things! Many thanks. I had been bitten by this several times and hadn't bothered to trace through it. -- Álvaro Herrerahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services

[COMMITTERS] pgsql: Fix a logic bug in pgindent.

2013-01-07 Thread Andrew Dunstan
Fix a logic bug in pgindent. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/74570db99c5fc1071762c12e220de2e65593368f Modified Files -- src/tools/pgindent/pgindent |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix incorrect error message when schema-CREATE permission is abs

2013-01-07 Thread Robert Haas
Fix incorrect error message when schema-CREATE permission is absent. Report by me. Fix by KaiGai Kohei. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a0dc23f2058b3b2a3ab8c131914aba40f96db19f Modified Files -- src/backend/commands/alter.c |2 +- 1 f