pgsql/src include/utils/pg_locale.h backend/ut ... - Mailing list pgsql-committers

From [email protected]
Subject pgsql/src include/utils/pg_locale.h backend/ut ...
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    [email protected]    01/09/29 17:16:30

Modified files:
    src/include/utils: pg_locale.h
    src/backend/utils/adt: pg_locale.c

Log message:
    Cope with the likelihood that setlocale and localeconv will return
    pointers to data that will be changed by any later call to setlocale.
    Must copy what they return to be sure we get the right answer.
    Karel Zak, further tweaks by Tom Lane.


pgsql-committers by date:

Previous
From: [email protected]
Date:
Subject: pgsql/src/interfaces/ecpg/lib execute.c
Next
From: [email protected]
Date:
Subject: pgsql/src backend/storage/lmgr/deadlock.c back ...