Make to_hex() behave portably on negative input values (treat them as
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Dec 2003 04:56:54 +0000 (04:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Dec 2003 04:56:54 +0000 (04:56 +0000)
commit3a98ef87671d1de9639c58008d34099a1646ef5e
tree6056f0332177aa58e6f93e21506152c7f8ca2dc0
parentc53a9c0b0c1e990ba88cdf1b5d619948b7949920
Make to_hex() behave portably on negative input values (treat them as
unsigned integers).  Per report from Jim Crate.
src/backend/utils/adt/varlena.c