]> granicus.if.org Git - postgresql/commit
Remove all the special-case code for INT64_IS_BUSTED, per decision that
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Jan 2010 04:53:35 +0000 (04:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Jan 2010 04:53:35 +0000 (04:53 +0000)
commit901be0fad4034c9cf8a3588fd6cf2ece82e4b8ce
tree9d25bde7c4533c4be739a78ef14249b06b74e7f7
parentc282b36dd2a19a4bc05cc81cb4996081a1731d2e
Remove all the special-case code for INT64_IS_BUSTED, per decision that
we're not going to support that anymore.

I did keep the 64-bit-CRC-with-32-bit-arithmetic code, since it has a
performance excuse to live.  It's a bit moot since that's all ifdef'd
out, of course.
16 files changed:
contrib/btree_gin/btree_gin.c
src/backend/access/hash/hashfunc.c
src/backend/libpq/pqformat.c
src/backend/utils/adt/int8.c
src/backend/utils/adt/numeric.c
src/backend/utils/adt/txid.c
src/backend/utils/adt/varbit.c
src/backend/utils/fmgr/fmgr.c
src/backend/utils/hash/pg_crc.c
src/backend/utils/misc/guc.c
src/bin/pg_dump/pg_backup_tar.c
src/include/c.h
src/include/commands/sequence.h
src/include/pg_config_manual.h
src/include/utils/pg_crc.h
src/interfaces/ecpg/include/pgtypes_interval.h