Re: A few warnings on Windows

From: Christian Ullrich <chris(at)chrullrich(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: A few warnings on Windows
Date: 2018-05-03 07:11:34
Message-ID: 8ffc8067-a5f3-a3d7-f289-4c5a0cd3cef4@chrullrich.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Tom Lane wrote:

> Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> writes:
>> One more problem. whelk builds against Python 3.6 and says:
>
>> c:\users\pgbf\appdata\local\programs\python\python36-32\include\pyconfig.h(174):
>> warning C4142: benign redefinition of type
>> (src/pl/plpython/plpy_elog.c)
>> [C:\buildfarm\buildenv\HEAD\pgsql.build\plpython3.vcxproj]
>
>> Does anyone know what line 174 of pyconfig.h happens to say?

typedef _W64 int ssize_t;

, in a "not for 64-bit" block.

<https://github.com/python/cpython/blob/v3.6.3/PC/pyconfig.h>, 3.6.3 is
the installed version on whelk.

--
Christian

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Golub 2018-05-03 07:50:02 Re: Is a modern build system acceptable for older platforms
Previous Message Thomas Munro 2018-05-03 06:23:32 Re: Optimize Arm64 crc32c implementation in Postgresql