postgresql/src/interfaces
Marc G. Fournier 96316211c3 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).
1998-02-24 06:04:55 +00:00
..
ecpg From: t-ishii@sra.co.jp 1998-02-24 06:04:55 +00:00
jdbc The getColumns() method in DataBaseMetaData.java returns a column size 1998-02-22 18:03:26 +00:00
libpgtcl From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> 1998-02-13 05:10:06 +00:00
libpq From: t-ishii@sra.co.jp 1998-02-24 06:04:55 +00:00
libpq++ Makefile cleanup. 1997-09-16 18:47:36 +00:00
perl5 1.7.01.7.0 1998-02-20 21:26:08 +00:00
python Merge in D'Arcy Cain's python interface (PyGreSQL 2.0) 1998-01-25 06:09:40 +00:00
Makefile Major update of ecpg preprocessor 1998-02-17 01:48:12 +00:00