]> granicus.if.org Git - postgresql/commit
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)
commit706754c16be1b52417dfa97840083cc1c0a886da
tree469fb9b7dbb9020043d71b7ea1257e21852b51fd
parent72c7badbabc465b3d7f2fddbabaf9cc4c14dff1a
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