[EMAIL PROTECTED] (Bruce Momjian) writes:
> startup.c (r1.113 -> r1.114)
>
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c.diff?r1=1.113&r2=1.114)
You probably just broke at least one Unix platform. My recollection is
that "int optreset", not "extern int optreset", is essential on the
platforms that don't HAVE_INT_OPTRESET. Certainly we do that
everyplace else.
Please wrap this change in a suitable bcc #ifdef.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly