-
- Downloads
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.
Showing
- configure 74 additions, 47 deletionsconfigure
- configure.in 13 additions, 0 deletionsconfigure.in
- src/backend/utils/hash/pg_crc.c 129 additions, 129 deletionssrc/backend/utils/hash/pg_crc.c
- src/include/config.h.in 4 additions, 1 deletionsrc/include/config.h.in
- src/include/utils/pg_crc.h 10 additions, 3 deletionssrc/include/utils/pg_crc.h
Loading
Please register or sign in to comment