Re: BUG #14123: Build failed pg952 on vs2015

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: kangjoni76(at)gmail(dot)com
Cc: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14123: Build failed pg952 on vs2015
Date: 2016-05-02 05:27:06
Message-ID: CAB7nPqRU7_xHuT0djif+GvfuLW=kVdk1x814y6U2CwGema3kiw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, May 2, 2016 at 2:13 PM, <kangjoni76(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2016-05-02 16:29:45 Re: [BUGS] Breakage with VACUUM ANALYSE + partitions
Previous Message kangjoni76 2016-05-02 05:13:03 BUG #14123: Build failed pg952 on vs2015