Re: BUG #17681: Building the REL_12_13 source in Visual Studio 2013 fails.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17681: Building the REL_12_13 source in Visual Studio 2013 fails.
Дата
Msg-id 160518.1668093883@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: BUG #17681: Building the REL_12_13 source in Visual Studio 2013 fails.  ("Daisuke Higuchi (Fujitsu)" <higuchi.daisuke@fujitsu.com>)
Список pgsql-bugs
"Daisuke Higuchi (Fujitsu)" <higuchi.daisuke@fujitsu.com> writes:
>> #if defined(_MSC_VER) && _MSC_VER < 1900   /* pre-VS2015 */
>> #define snprintf(str,size,...) sprintf(str,__VA_ARGS__)
>> #endif
>> in snprintf.c below where it #undef's snprintf.  Could you try that and verify it works for you?

> Thank you! I verified this fix works correctly.
> I confirmed that it succeeded to build the source of REL_12_13 + this fix in Visual Studio 2013.

Excellent.  Fix pushed.

            regards, tom lane



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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Warnings about perl when compiling current HEAD
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Warnings about perl when compiling current HEAD