Re: Beta Monday? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Beta Monday?
Date
Msg-id 200109071417.f87EHsl18561@candle.pha.pa.us
Whole thread Raw
In response to Re: Beta Monday?  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-hackers
>  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

OK, removed unused file.  New versions were already added.


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

Already added.

> 
>    * removed file:
> 
> cvs remove src/utils/mb/common.c

Removed.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: backend hba.c prob
Next
From: Bruce Momjian
Date:
Subject: Re: byteain bug(?)