1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00
Files
postgres/src/backend
Bruce Momjian 07ae591c87 Attached is a patch that uses autoconf to determine whether there
is a working 64-bit-int type available.

In playing around with it on my machine, I found that gcc provides
perfectly fine support for "long long" arithmetic ... but sprintf()
and sscanf(), which are system-supplied, don't work :-(.  So the
autoconf test program does a cursory test on them too.

If we find that a lot of systems are like this, it might be worth
the trouble to implement binary<->ASCII conversion of int64 ourselves
rather than relying on sprintf/sscanf to handle the data type.

			regards, tom lane
1998-08-23 22:25:54 +00:00
..
1998-08-20 22:07:46 +00:00
1998-08-21 23:22:36 +00:00
1998-08-20 22:24:11 +00:00
1998-08-20 22:07:46 +00:00
1998-07-26 04:31:41 +00:00
1998-08-20 22:24:11 +00:00
1998-08-20 22:07:46 +00:00
1998-04-27 04:08:07 +00:00