Re: Beta Monday?

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Subject: Re: Beta Monday?
Date: 2001-09-07 14:28:59
Message-ID: 20010907092859.A4100@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> [010907 09:00]:
> On Fri, Sep 07, 2001 at 07:31:50AM -0500, Larry Rosenman wrote:
> > * Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> [010906 23:45]:
> > >
> > >
> > > Oh, I see. Can you send an detailed email to hackers to Tatsuo can get
> > > it fixed? If we have to back it out, we will.
> > >
> > > Monday is not written in stone. If people want it later, we can do
> > > that. Having it compile is a beta requirement. :-)
> > Already Done.
>
> I want send on monday small bugfix for to_char() (now I haven't time).
> IMHO good time for beta is in the Monday envening :-)
>
> > But here is the tail of the output:
> > UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
> > UX:acomp: ERROR: "encnames.c", line 36: syntax error in macro parameters
> ^^^^^^^^^^^^^
> Here is:
>
> /* #define DEBUG_ENCODING */
> #ifdef DEBUG_ENCODING
> #ifdef FRONTEND
> #define encdebug(_format, _a...) fprintf(stderr, _format, ##_a)
> #else
> #define encdebug(_format, _a...) elog(NOTICE, _format, ##_a)
> #endif
> #else
> #define encdebug(_format, _a...)
> ^^^^^^^^^^^
> line 36
>
> #endif
>
> I don't see some problem with my gcc. Or I something overlook?
>
>
> I check current CVS and encoding names patch was commit incorrect!
Karel,
If you want a shell account on my box, I can create one. Also,
the doc for this compiler is at: http://www.lerctr.org:457/
or http://uw7doc.sco.com:1997/

Larry.

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-09-07 14:30:02 Re: Beta Monday?
Previous Message Bruce Momjian 2001-09-07 14:25:57 Re: byteain bug(?)