Re: Visual Studio 2012 RC
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: Brar Piening <brar@gmx.de>
Cc: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, Magnus Hagander <magnus@hagander.net>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-10-09T04:00:49Z
Lists: pgsql-hackers
One more thing -- I tried a build with NLS support and encountered this: src\backend\utils\adt\pg_locale.c(746): error C2039: 'lc_handle' : is not a member of 'threadlocaleinfostruct' [c:\cygwin\home\nm\src\pg\postgresql\postgres.vcxproj] That's in the function IsoLocaleName(), which digs around inside a locale_t. I suppose the (undocumented) content of that structure changed in this newer CRT (MSVCR110D). I apologize for the slow drip of problem reports; I just happen to be trying additional configurations with your patch as a foundation.