]> granicus.if.org Git - postgresql/commit
When using 'long long int' for int64 type, check to see if the compiler
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Mar 2001 18:42:12 +0000 (18:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Mar 2001 18:42:12 +0000 (18:42 +0000)
commite458ebfd21374588bee185ba0fc2e5eba03da134
tree510ff7db605da858ddb7c735790655a45c738a1a
parent32924c1c9048a4dbd99f2cfedbd3128b50968c14
When using 'long long int' for int64 type, check to see if the compiler
accepts nnnLL syntax for long long constants.  If so, decorate the CRC64
constants with LL to avoid warnings and/or erroneous results from certain
non-standards-compliant compilers.
configure
configure.in
src/backend/utils/hash/pg_crc.c
src/include/config.h.in
src/include/utils/pg_crc.h