Re: pgsql: Silence compiler warning on win32.

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2009-01-27 15:35:10 Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle
Previous Message Tom Lane 2009-01-27 15:19:28 Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle

Browse pgsql-hackers by date

  From Date Subject
Next Message Kaare Rasmussen 2009-01-27 15:27:32 Re: pg_upgrade project status
Previous Message Magnus Hagander 2009-01-27 15:25:52 Re: Patch to add Windows 7 support