On Fri, Sep 07, 2001 at 07:31:50AM -0500, Larry Rosenman wrote:
> * Bruce Momjian <[EMAIL PROTECTED]> [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  <[EMAIL PROTECTED]>
 http://home.zf.jcu.cz/~zakkr/
 
 C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to