Re: Beta Monday?

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: Beta Monday?
Дата
Msg-id 20010907092859.A4100@lerami.lerctr.org
обсуждение исходный текст
Ответ на Re: Beta Monday?  (Karel Zak <zakkr@zf.jcu.cz>)
Список pgsql-hackers
* Karel Zak <zakkr@zf.jcu.cz> [010907 09:00]:
> On Fri, Sep 07, 2001 at 07:31:50AM -0500, Larry Rosenman wrote:
> > * Bruce Momjian <pgman@candle.pha.pa.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@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: byteain bug(?)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: backend hba.c prob