Compute max and min int8 values using unsigned arithmetic, in hopes of
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jul 2007 21:04:45 +0000 (21:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jul 2007 21:04:45 +0000 (21:04 +0000)
commit06fbdf800be67cafc55e454963126bfd564093ac
tree864061b8313316c6a2236d5fdaef9e569e2740f4
parent3a87568a95882409a7f68fc08eb97ec90ebd2806
Compute max and min int8 values using unsigned arithmetic, in hopes of
suppressing Sun Studio compiler warnings.  Per Stefan.
src/backend/utils/adt/xml.c