[COMMITTERS] pgsql: Fix misplaced right paren bugs in pgstatfuncs.c.

2013-12-27 Thread Kevin Grittner
Fix misplaced right paren bugs in pgstatfuncs.c. The bug would only show up if the C sockaddr structure contained zero in the first byte for a valid address; otherwise it would fail to fail, which is probably why it went unnoticed for so long. Patch submitted by Joel Jacobson after seeing an arti

[COMMITTERS] pgsql: Fix misplaced right paren bugs in pgstatfuncs.c.

2013-12-27 Thread Kevin Grittner
Fix misplaced right paren bugs in pgstatfuncs.c. The bug would only show up if the C sockaddr structure contained zero in the first byte for a valid address; otherwise it would fail to fail, which is probably why it went unnoticed for so long. Patch submitted by Joel Jacobson after seeing an arti

[COMMITTERS] pgsql: Fix misplaced right paren bugs in pgstatfuncs.c.

2013-12-27 Thread Kevin Grittner
Fix misplaced right paren bugs in pgstatfuncs.c. The bug would only show up if the C sockaddr structure contained zero in the first byte for a valid address; otherwise it would fail to fail, which is probably why it went unnoticed for so long. Patch submitted by Joel Jacobson after seeing an arti

[COMMITTERS] pgsql: Fix misplaced right paren bugs in pgstatfuncs.c.

2013-12-27 Thread Kevin Grittner
Fix misplaced right paren bugs in pgstatfuncs.c. The bug would only show up if the C sockaddr structure contained zero in the first byte for a valid address; otherwise it would fail to fail, which is probably why it went unnoticed for so long. Patch submitted by Joel Jacobson after seeing an arti

[COMMITTERS] pgsql: Fix misplaced right paren bugs in pgstatfuncs.c.

2013-12-27 Thread Kevin Grittner
Fix misplaced right paren bugs in pgstatfuncs.c. The bug would only show up if the C sockaddr structure contained zero in the first byte for a valid address; otherwise it would fail to fail, which is probably why it went unnoticed for so long. Patch submitted by Joel Jacobson after seeing an arti

[COMMITTERS] pgsql: Fix misplaced right paren bugs in pgstatfuncs.c.

2013-12-27 Thread Kevin Grittner
Fix misplaced right paren bugs in pgstatfuncs.c. The bug would only show up if the C sockaddr structure contained zero in the first byte for a valid address; otherwise it would fail to fail, which is probably why it went unnoticed for so long. Patch submitted by Joel Jacobson after seeing an arti

[COMMITTERS] pgsql: Properly detect invalid JSON numbers when generating JSON.

2013-12-27 Thread Andrew Dunstan
Properly detect invalid JSON numbers when generating JSON. Instead of looking for characters that aren't valid in JSON numbers, we simply pass the output string through the JSON number parser, and if it fails the string is quoted. This means among other things that money and domains over money wil

[COMMITTERS] pgsql: Properly detect invalid JSON numbers when generating JSON.

2013-12-27 Thread Andrew Dunstan
Properly detect invalid JSON numbers when generating JSON. Instead of looking for characters that aren't valid in JSON numbers, we simply pass the output string through the JSON number parser, and if it fails the string is quoted. This means among other things that money and domains over money wil

[COMMITTERS] pgsql: Properly detect invalid JSON numbers when generating JSON.

2013-12-27 Thread Andrew Dunstan
Properly detect invalid JSON numbers when generating JSON. Instead of looking for characters that aren't valid in JSON numbers, we simply pass the output string through the JSON number parser, and if it fails the string is quoted. This means among other things that money and domains over money wil

[COMMITTERS] pgsql: Fix whitespace

2013-12-27 Thread Peter Eisentraut
Fix whitespace Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b986270bd4bec964d239cd73f7aaf5131a6996fa Modified Files -- src/port/username.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgsql-commi