pgsql: Silence compile warning on win32, per Stefan and Buildfarm.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compile warning on win32, per Stefan and Buildfarm.
Date: 2007-07-12 18:15:52
Message-ID: 20070712181552.319909FB998@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Silence compile warning on win32, per Stefan and Buildfarm.

Modified Files:
--------------
pgsql/src/bin/pg_ctl:
pg_ctl.c (r1.82 -> r1.83)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.82&r2=1.83)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-12 18:27:01 pgsql: Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg
Previous Message Magnus Hagander 2007-07-12 14:43:21 pgsql: Enable GSSAPI to build using MSVC.