From: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
---|---|
To: | Larry Rosenman <ler(at)lerctr(dot)org> |
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:00:48 |
Message-ID: | 20010907160048.J31117@zf.jcu.cz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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!
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(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/
C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-09-07 14:04:24 | Re: Log rotation? |
Previous Message | Bruce Momjian | 2001-09-07 13:59:00 | Re: Beta Monday? |