Re: Installation failure for Solaris 8 Intel

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: dtrusty3@home.com, pgsql-bugs@postgresql.org
Date: 2001-01-05T02:32:38Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes:
>      Fix:  I added the following to the file "c.h" in the "include"
> subdirectory:
>                     #if defined(sun)
>                     #include <stdarg.h>
>                     #endif

FYI, <stdarg.h> is included unconditionally in current sources ...

			regards, tom lane