--On söndag, mars 13, 2005 17.01.31 -0500 Tom Lane <[EMAIL PROTECTED]> wrote:
Palle Girgensohn <[EMAIL PROTECTED]> writes:So, I'm trying to find out where LC_COLLATE is overridden. Any tips?
access/transam/xlog.c (which is the only file that touches pg_control, I believe).
OK, seems my problem is with ICU. The xlog.c:ReadConfigFile() is not run for each backend, it seems, I assume it is forked after that. Seems ICU cannot "remember" a setDefault(locale) call for some reason. I'll just have to do a setlocale(LC_COLLATE, NULL) when I need one, I guess... It'll work fine.
Thanks!
Palle
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster