]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix unportable (and incorrect anyway) usage of LL constant suffix that
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jun 2008 19:58:46 +0000 (19:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Jun 2008 19:58:46 +0000 (19:58 +0000)
commit7dd65ddb626a0e865781ec5ea74020ff20580c88
tree485d42d34dd61e237595a9499a4c11ad553dc26c
parentd90b34ff6591b80de159592cce090792d93ca2c1
Fix unportable (and incorrect anyway) usage of LL constant suffix that
recently snuck into cash.c.  Per report from Edmundo Robles Lopez.
src/backend/utils/adt/cash.c