pgsql: This patch changes the use of varargs.h to stdarg.h as required

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch changes the use of varargs.h to stdarg.h as required
Date: 2005-04-15 04:29:34
Message-ID: 20050415042934.A68B0539D5@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This patch changes the use of varargs.h to stdarg.h as
required by modern versions of GCC.

Niels Breet

Modified Files:
--------------
pgsql/src/tools/entab:
halt.c (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/entab/halt.c.diff?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-15 16:40:36 pgsql: Revert addition of poorly-thought-out DUMP TIMESTAMP archive
Previous Message Neil Conway 2005-04-15 04:18:11 pgsql: Remove an unused variable "waitingForSignal".