pgsql: Compute max and min int8 values using unsigned arithmetic, in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Compute max and min int8 values using unsigned arithmetic, in
Date
Msg-id 20070712210445.F373B9FB627@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Compute max and min int8 values using unsigned arithmetic, in hopes of
suppressing Sun Studio compiler warnings.  Per Stefan.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.44 -> r1.45)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.44&r2=1.45)

pgsql-committers by date:

Previous
From: Neil Conway
Date:
Subject: Re: pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Some of our port-specific dynloader implementations are careful