[COMMITTERS] pgsql: Fix psql's code for locale-aware formatting of numeric output.

2015-09-24 Thread Tom Lane
Fix psql's code for locale-aware formatting of numeric output. This code did the wrong thing entirely for numbers with an exponent but no decimal point (e.g., '1e6'), as reported by Jeff Janes in bug #13636. More generally, it made lots of unverified assumptions about what the input string could

[COMMITTERS] pgsql: Fix psql's code for locale-aware formatting of numeric output.

2015-09-24 Thread Tom Lane
Fix psql's code for locale-aware formatting of numeric output. This code did the wrong thing entirely for numbers with an exponent but no decimal point (e.g., '1e6'), as reported by Jeff Janes in bug #13636. More generally, it made lots of unverified assumptions about what the input string could

[COMMITTERS] pgsql: Fix psql's code for locale-aware formatting of numeric output.

2015-09-24 Thread Tom Lane
Fix psql's code for locale-aware formatting of numeric output. This code did the wrong thing entirely for numbers with an exponent but no decimal point (e.g., '1e6'), as reported by Jeff Janes in bug #13636. More generally, it made lots of unverified assumptions about what the input string could

[COMMITTERS] pgsql: Fix psql's code for locale-aware formatting of numeric output.

2015-09-24 Thread Tom Lane
Fix psql's code for locale-aware formatting of numeric output. This code did the wrong thing entirely for numbers with an exponent but no decimal point (e.g., '1e6'), as reported by Jeff Janes in bug #13636. More generally, it made lots of unverified assumptions about what the input string could

[COMMITTERS] pgsql: Fix psql's code for locale-aware formatting of numeric output.

2015-09-24 Thread Tom Lane
Fix psql's code for locale-aware formatting of numeric output. This code did the wrong thing entirely for numbers with an exponent but no decimal point (e.g., '1e6'), as reported by Jeff Janes in bug #13636. More generally, it made lots of unverified assumptions about what the input string could

[COMMITTERS] pgsql: Fix psql's code for locale-aware formatting of numeric output.

2015-09-24 Thread Tom Lane
Fix psql's code for locale-aware formatting of numeric output. This code did the wrong thing entirely for numbers with an exponent but no decimal point (e.g., '1e6'), as reported by Jeff Janes in bug #13636. More generally, it made lots of unverified assumptions about what the input string could

[COMMITTERS] pgsql: Fix psql's code for locale-aware formatting of numeric output.

2015-09-24 Thread Tom Lane
Fix psql's code for locale-aware formatting of numeric output. This code did the wrong thing entirely for numbers with an exponent but no decimal point (e.g., '1e6'), as reported by Jeff Janes in bug #13636. More generally, it made lots of unverified assumptions about what the input string could