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 11079.1349621838@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> 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.