pgsql: Silence compiler warning on 64-bit windows build - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Silence compiler warning on 64-bit windows build
Date
Msg-id 20100101195708.17323753FB7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: Add missing 'static' tag.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support "x IS NOT NULL" clauses as indexscan conditions.