Re: BUG #14123: Build failed pg952 on vs2015

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #14123: Build failed pg952 on vs2015
Дата
Msg-id CAB7nPqRU7_xHuT0djif+GvfuLW=kVdk1x814y6U2CwGema3kiw@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #14123: Build failed pg952 on vs2015  (kangjoni76@gmail.com)
Список pgsql-bugs
On Mon, May 2, 2016 at 2:13 PM,  <kangjoni76@gmail.com> wrote:
> PostgreSQL version: 9.5.2
> Operating system:   windows 7
> Thanks before for initial effort to port on vs2015. Just curious building
> against lastest update 2 vs2015 yielded some errors here especially on ecpg
> and libpgtypes.

You will need to wait for 9.5.3, 9.5.2 is not able to build with VS2015.

> 1>src/interfaces/ecpg/pgtypeslib/dt_common.c(1074): error C2065: 'timezone':
> undeclared identifier
> 1>src/interfaces/ecpg/pgtypeslib/dt_common.c(1082): error C2065: 'tzname':
> undeclared identifier

tzname and timezone are not objects available in VS2015, but _timezone
and _tzname are.
--
Michael

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

Предыдущее
От: kangjoni76@gmail.com
Дата:
Сообщение: BUG #14123: Build failed pg952 on vs2015
Следующее
От: targen@gmail.com
Дата:
Сообщение: BUG #14124: ON UPDATE CASCADE failure on repeated foreign key column