Re: BUG #14123: Build failed pg952 on vs2015 - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #14123: Build failed pg952 on vs2015
Date
Msg-id CAB7nPqRU7_xHuT0djif+GvfuLW=kVdk1x814y6U2CwGema3kiw@mail.gmail.com
Whole thread Raw
In response to BUG #14123: Build failed pg952 on vs2015  (kangjoni76@gmail.com)
List 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 by date:

Previous
From: kangjoni76@gmail.com
Date:
Subject: BUG #14123: Build failed pg952 on vs2015
Next
From: targen@gmail.com
Date:
Subject: BUG #14124: ON UPDATE CASCADE failure on repeated foreign key column