Re: Postgres 32 bits client compilation fail. Win32 bits client is supported?

2020-02-11 Thread Ranier Vilela
Em ter., 11 de fev. de 2020 às 18:08, Andrew Dunstan < andrew.duns...@2ndquadrant.com> escreveu: > > On 2/10/20 7:13 AM, Ranier Vilela wrote: > > > > > > Unfortunately, i will have to live with 32 bits clients for a long > > time yet. > > I still have customers using Windows XP yet ... > > > > > >

Re: Postgres 32 bits client compilation fail. Win32 bits client is supported?

2020-02-11 Thread Andrew Dunstan
On 2/10/20 7:13 AM, Ranier Vilela wrote: > > > Unfortunately, i will have to live with 32 bits clients for a long > time yet. > I still have customers using Windows XP yet ... > > AFAIK we don't support WinXP past Postgres Release 10 because of the lack of huge page support. That won't affect c

Re: Postgres 32 bits client compilation fail. Win32 bits client is supported?

2020-02-10 Thread Ranier Vilela
Em seg., 10 de fev. de 2020 às 10:53, Craig Ringer escreveu: > On Mon, 10 Feb 2020 at 20:14, Ranier Vilela wrote: > > > > "adminpack.obj : error LNK2019: sφmbolo externo indefinido > _Int64GetDatum referenciado na funτπo _pg_file_write > [C:\dll\postgres\adminpack.vcxproj] > > .\Release\adminpac

Re: Postgres 32 bits client compilation fail. Win32 bits client is supported?

2020-02-10 Thread Craig Ringer
On Mon, 10 Feb 2020 at 20:14, Ranier Vilela wrote: > > "adminpack.obj : error LNK2019: sφmbolo externo indefinido _Int64GetDatum > referenciado na funτπo _pg_file_write [C:\dll\postgres\adminpack.vcxproj] > .\Release\adminpack\adminpack.dll : fatal error LNK1120: 1 externo nπo > resolvidos [C:\d

Re: Postgres 32 bits client compilation fail. Win32 bits client is supported?

2020-02-10 Thread Ranier Vilela
Hi guys, thank you for the answers. Em seg., 10 de fev. de 2020 às 03:38, Michael Paquier escreveu: > On Mon, Feb 10, 2020 at 11:55:09AM +0800, Craig Ringer wrote: > > I don't see any other members building for 32-bit. But it should work > > and as you say, nothing's been discussed about removin

Re: Postgres 32 bits client compilation fail. Win32 bits client is supported?

2020-02-09 Thread Michael Paquier
On Mon, Feb 10, 2020 at 11:55:09AM +0800, Craig Ringer wrote: > I don't see any other members building for 32-bit. But it should work > and as you say, nothing's been discussed about removing it. Yes, it works normally AFAIK and there is no reason to remove this support either. My guess is that t

Re: Postgres 32 bits client compilation fail. Win32 bits client is supported?

2020-02-09 Thread Craig Ringer
On Sun, 9 Feb 2020 at 15:35, Amit Kapila wrote: > > On Sat, Feb 8, 2020 at 8:05 AM Ranier Vilela wrote: > > > > Hi, > > I am migrating my applications that use postgres client from msvc 2010 > > (32bits) to msvc 2019 (32 bits). > > Compilation using msvc 2019 (64 bits), works very well. > > But

Re: Postgres 32 bits client compilation fail. Win32 bits client is supported?

2020-02-08 Thread Amit Kapila
On Sat, Feb 8, 2020 at 8:05 AM Ranier Vilela wrote: > > Hi, > I am migrating my applications that use postgres client from msvc 2010 > (32bits) to msvc 2019 (32 bits). > Compilation using msvc 2019 (64 bits), works very well. > But the build using msvc 2019 (32 bit) is not working. > The 32-bit P

Postgres 32 bits client compilation fail. Win32 bits client is supported?

2020-02-07 Thread Ranier Vilela
Hi, I am migrating my applications that use postgres client from msvc 2010 (32bits) to msvc 2019 (32 bits). Compilation using msvc 2019 (64 bits), works very well. But the build using msvc 2019 (32 bit) is not working. The 32-bit Platform variable is set to x86, resulting in the first error. "Proj