pgsql: Silence compiler warning on 64-bit windows build

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compiler warning on 64-bit windows build
Date: 2010-01-01 19:57:08
Message-ID: 20100101195708.17323753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Silence compiler warning on 64-bit windows build

Modified Files:
--------------
pgsql/src/backend/utils/mmgr:
aset.c (r1.80 -> r1.81)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/aset.c?r1=1.80&r2=1.81)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-01-01 21:53:49 pgsql: Support "x IS NOT NULL" clauses as indexscan conditions.
Previous Message Simon Riggs 2010-01-01 18:41:42 Re: pgsql: Add missing 'static' tag.