pgsql: Fix compiler warnings on 64-bit boxes: difference between - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix compiler warnings on 64-bit boxes: difference between
Date
Msg-id 20060906072214.950149FB264@postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix compiler warnings on 64-bit boxes:
List pgsql-committers
Log Message:
-----------
Fix compiler warnings on 64-bit boxes: difference between
pointers are int64, but warnings are emitted for position info in
error messages in parser, so, just cast it to int32

Modified Files:
--------------
    pgsql/contrib/hstore:
        hstore_io.c (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore_io.c.diff?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add interval division/multiplication regression tests.
Next
From: Gavin Sherry
Date:
Subject: Re: pgsql: Fix compiler warnings on 64-bit boxes: