pgsql/src/include c.h

Started by Tom Laneover 25 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/02/19 19:28:07

Modified files:
src/include : c.h

Log message:
Remove inclusion of <varargs.h> on SunOS; this does not work since we
use the ANSI varargs style (<stdarg.h>) not the old style. Tatsuo had
reported this change was necessary back in the 7.0 beta cycle (4/13/00)
but for some reason, making the edit never got done.

#2Tatsuo Ishii
ishii@postgresql.org
In reply to: Tom Lane (#1)
Re: pgsql/src/include c.h

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/02/19 19:28:07

Modified files:
src/include : c.h

Log message:
Remove inclusion of <varargs.h> on SunOS; this does not work since we
use the ANSI varargs style (<stdarg.h>) not the old style. Tatsuo had
reported this change was necessary back in the 7.0 beta cycle (4/13/00)
but for some reason, making the edit never got done.

I have been fighting with SunOS port, for some resons for 7.0.3. There
are much more than I thought to make PostgreSQL run on SunOS again (I
believe once PostgreSQL was running fine on SunOS). But once the work
is done, I think almost same changes could be made to 7.1 to port to
SunOS as well. In a few days I will report back to the list...
--
Tatsuo Ishii