postgresql/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
..
access fix for index problem. 1998-08-20 22:07:46 +00:00
bootstrap heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
catalog Fix display in initdb. 1998-08-21 23:22:36 +00:00
commands update fixes. 1998-08-20 22:24:11 +00:00
executor fix for index problem. 1998-08-20 22:07:46 +00:00
lib Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
libpq heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
main Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
nodes Check for null pointer returned from get_opname(). 1998-08-16 05:35:35 +00:00
optimizer heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
parser Attached is a patch that uses autoconf to determine whether there 1998-08-23 22:25:54 +00:00
port Adrian Hall reported a problem to me that snprintf() doesn't exist in, at 1998-08-01 19:30:29 +00:00
postmaster From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
regex From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
rewrite heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
storage update fixes. 1998-08-20 22:24:11 +00:00
tcop heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
tioga Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
utils fix for index problem. 1998-08-20 22:07:46 +00:00
Makefile This patch... 1998-04-27 04:08:07 +00:00