Re: pgsql: Backpatch BCC compile changes to 8.0.X for psql.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Backpatch BCC compile changes to 8.0.X for psql.
Date: 2005-04-29 14:30:40
Message-ID: 200504291430.j3TEUej10776@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> momjian(at)svr1(dot)postgresql(dot)org (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.

OK, I just put it back to original because I couldn't get it to link
anyway for BCC.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-04-29 21:20:32 python - be: Add high and low attributes for boxes and A, B, and C
Previous Message Bruce Momjian 2005-04-29 14:30:12 pgsql: Remove extern from optreset that was just added.