pgsql: Compute max and min int8 values using unsigned arithmetic, in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Compute max and min int8 values using unsigned arithmetic, in
Date: 2007-07-12 21:04:45
Message-ID: 20070712210445.F373B9FB627@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-12 21:13:27 pgsql: Some of our port-specific dynloader implementations are careful
Previous Message Neil Conway 2007-07-12 21:02:06 Re: pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI