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:41 +0000 (04:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Dec 2003 04:56:41 +0000 (04:56 +0000)
commit7fc2d50877ff782d1e4196b3adba544e28fb3225
treeeca80a33b85ef5d33cfc2fa22068981a37f097f0
parentedc7f146e32355080164629b944ae4073aca343c
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