OSDN Git Service

Fix breakage that had crept into setlocale() usage: once again we've
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Oct 2002 20:44:02 +0000 (20:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Oct 2002 20:44:02 +0000 (20:44 +0000)
commit0d17ce92ac531c2f7aed77bcaaf5d7de2a5b621f
treeb696d8f74c78bf604cd2d16156a185e7a9a29bc3
parent6c06bc2644a7684edd062f46c8a1bb7c610a9359
Fix breakage that had crept into setlocale() usage: once again we've
been bit by the fact that the locale functions return pointers to
modifiable variables.  I added some comments that might help us avoid
the mistake in future.
src/backend/utils/adt/pg_locale.c