1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00

Modify int8 to not depend on sscanf(), and fix configure's test

for int8 support.  configure now checks only snprintf() for int8 support,
not sprintf and sscanf as it used to.  The reason for doing this is that
if we are supplying our own snprintf code (which does handle long long int),
we now only need working long long support in the compiler not in the
platform's C library.  I have verified that int8 now passes regression test
on HPUX 9, and I think it should work on SunOS 4.1.* and other older
platforms if gcc is used.
This commit is contained in:
Tom Lane
1999-02-03 00:18:53 +00:00
parent 4090d17fee
commit 724119a979
3 changed files with 344 additions and 322 deletions

485
src/configure vendored

File diff suppressed because it is too large Load Diff