Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of  (Andrew Dunstan <[email protected]>)
Responses Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
List pgsql-committers
Andrew Dunstan <[email protected]> writes:
> Are you sure this is going to fix the Windows issues?

Well, it will fix the 'LOBLKSIZELL' business anyway --- that's coming
from trying to use INT64CONST() on something that's not, um, a constant.

More generally, though, it's glaringly obvious that this patch was never
tested on a 32-bit build.  Somebody had better do that.

            regards, tom lane


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Quiet a few MSC compiler warnings.