Re: Beta Monday?

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: Beta Monday?
Дата
Msg-id 20010907160048.J31117@zf.jcu.cz
обсуждение исходный текст
Ответ на Re: Beta Monday?  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: Beta Monday?
Re: Beta Monday?
Re: Beta Monday?
Re: Beta Monday?
Список pgsql-hackers
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!
Well, again:   * following files are renamed (see mb/Unicode     -- is needful do:

cvs remove src/utils/mb/Unicode/KOI8_to_utf8.map
cvs add    src/utils/mb/Unicode/koi8r_to_utf8.map

cvs remove src/utils/mb/Unicode/WIN_to_utf8.map
cvs add       src/utils/mb/Unicode/win1251_to_utf8.map

cvs remove src/utils/mb/Unicode/utf8_to_KOI8.map
cvs add       src/utils/mb/Unicode/utf8_to_koi8r.map

cvs remove src/utils/mb/Unicode/utf8_to_WIN.map
cvs add       src/utils/mb/Unicode/utf8_to_win1251.map
  * new file:

cvs add src/utils/mb/encname.c
  * removed file:

cvs remove src/utils/mb/common.c

Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/C, PostgreSQL, PHP, WWW, http://docs.linux.cz,
http://mape.jcu.cz


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Log rotation?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: backend hba.c prob