Re: Visual Studio 2012 RC

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: Visual Studio 2012 RC
Дата
Msg-id 20121009040049.GA29657@tornado.leadboat.com
обсуждение исходный текст
Ответ на Re: Visual Studio 2012 RC  (Brar Piening <brar@gmx.de>)
Ответы Re: Visual Studio 2012 RC
Список 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.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: TODO item: teach pg_dump about sparsely-stored large objects
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: WIP checksums patch