postgresql/src/backend/port
Marc G. Fournier 0668aa8817 Adrian Hall reported a problem to me that snprintf() doesn't exist in, at
least, Solaris 2.5.1.  We use it in backend/utils/adt/int8.c.

Add a check to configure so that we see if it exists or not, and, if not,
compile in snprintf.c from backend/port, which was taken from, and falls under
the same Berkeley license as us, the FreeBSD libc/stdio ...
1998-08-01 19:30:29 +00:00
..
aix More removal of port dependent stuff 1997-12-19 22:56:03 +00:00
dynloader My mailer munged the intro text in my last post. Here is the text 1998-07-19 04:17:13 +00:00
hpux Clean up the alpha port, remove the backend/port/alpha subdirectory 1998-02-03 01:25:47 +00:00
nextstep pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
sunos4 More cleanups... 1997-12-20 03:36:35 +00:00
tas Solaris cleanup. 1998-06-19 02:55:19 +00:00
gethostname.c Fix: 1998-01-15 20:54:52 +00:00
getrusage.c Currently, building on any platform that hasn't got getrusage() 1998-07-13 16:39:07 +00:00
inet_aton.c pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
inet_aton.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
isinf.c From: "Billy G. Allie" <Bill.Allie@mug.org> 1998-03-01 04:53:54 +00:00
Makefile.in Adrian Hall reported a problem to me that snprintf() doesn't exist in, at 1998-08-01 19:30:29 +00:00
random.c pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
snprintf.c Adrian Hall reported a problem to me that snprintf() doesn't exist in, at 1998-08-01 19:30:29 +00:00
srandom.c pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
strcasecmp.c Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
strerror.c More cleanups...only need one rusagestub.h 1997-12-19 13:35:17 +00:00
strtol.c pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
strtoul.c pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00