Re: pgsql: Silence compiler warning on win32.

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Silence compiler warning on win32.
Date: 2009-01-27 15:39:56
Message-ID: 497F2ACC.6050005@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Tom Lane wrote:
> mha(at)postgresql(dot)org (Magnus Hagander) writes:
>> pgsql/src/test/regress:
>> pg_regress.c (r1.57 -> r1.58)
>> (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.57&r2=1.58)
>
> Surely this patch is wrong. It is suppressing, not fixing, a critical
> warning about a datatype mismatch.

You mean the signed vs unsigned part? Other than that, int and dword are
always the same on win32...

//Magnus

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-01-27 16:07:35 Re: pgsql: Silence compiler warning on win32.
Previous Message Andrew Dunstan 2009-01-27 15:35:10 Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-01-27 15:40:43 Re: 8.4 release planning (was Re: [COMMITTERS] pgsql: Automatic view update rules)
Previous Message David Fetter 2009-01-27 15:38:50 Re: 8.4 release planning