> > This patch appears to have killed win32 builds that *don't* have NLS > > enabled: > > > pg_locale.c:109: error: `LC_MESSAGES' undeclared (first use in this > > function) > > Silly me for assuming all WIN32 platforms are alike ;-)
Yes, indeed! (LC_MESSAGES comes from libintl. Windows never supports it.) > What's the appropriate behavior in this case --- just treat > it as a no-op, as we do on Unix when LC_MESSAGES isn't defined? Yes, I think that's correct. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster