Re: compilation error
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: suresh.sv@team.indiainfo.com, pgsql-bugs@postgresql.org
Date: 2001-04-05T15:10:37Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes: > stringinfo.c:115: `va_list' undeclared (first use in this function) Try changing src/include/c.h so that <stddef.h> and <stdarg.h> are included unconditionally (near line 53) and remove #include <varargs.h> near line 770. Or try 7.1RC2 or later --- these changes are already made for 7.1. regards, tom lane