| From: | heikki(at)postgresql(dot)org (Heikki Linnakangas) | 
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org | 
| Subject: | pgsql: Fix numericlocale psql option when used with a null string and | 
| Date: | 2010-03-01 20:55:53 | 
| Message-ID: | [email protected] | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-committers | 
Log Message:
-----------
Fix numericlocale psql option when used with a null string and latex and troff
formats; a null string must not be formatted as a numeric. The more exotic
formats latex and troff also incorrectly formatted all strings as numerics
when numericlocale was on.
Backpatch to 8.1 where numericlocale option was added.
This fixes bug #5355 reported by Andy Lester.
Tags:
----
REL8_4_STABLE
Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.218.2.2 -> r1.218.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.218.2.2&r2=1.218.2.3)
        print.c (r1.116.2.1 -> r1.116.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.116.2.1&r2=1.116.2.2)
        print.h (r1.40 -> r1.40.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.h?r1=1.40&r2=1.40.2.1)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2010-03-01 20:56:00 | pgsql: Fix numericlocale psql option when used with a null string and | 
| Previous Message | Heikki Linnakangas | 2010-03-01 20:55:45 | pgsql: Fix numericlocale psql option when used with a null string and |