diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-02-24 06:04:55 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-24 06:04:55 +0000 |
commit | 96316211c3a1300b304d452e09c726fb775aa502 (patch) | |
tree | a203f10d49c05fd7de22693f481685ab15a047b8 /src/backend/tcop/postgres.c | |
parent | 712e77e3dfbec79695da94ec7f64762f0555cfb2 (diff) | |
download | postgresql-96316211c3a1300b304d452e09c726fb775aa502.tar.gz postgresql-96316211c3a1300b304d452e09c726fb775aa502.zip |
From: t-ishii@sra.co.jp
Ok. I have decided to use:
#if defined(sun) && if defined(sparc) && !defined(__svr4)
instead of defined(sunos4). interfaces/libpq/libpq-fe.h and
include/c.h have been modified(see included patches).
Another porblems I have found are:
o SunOS lacks strtoul(). to fix this I stole strtoul.c from FreeBSD
and place it under backend/port. necessary modifications have been
also made to backend/port/Makefile.in, include/config.h.in and
configure.in (see included patches).
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions