Re: [HACKERS] to_char and Roman Numeral (RN) bug

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Command Prompt, Inc(dot)" <pgsql-hackers(at)commandprompt(dot)com>, pgsql-patches <pgsql-patches(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] to_char and Roman Numeral (RN) bug
Date: 2001-09-10 12:48:46
Message-ID: 20010910144846.J14578@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Fri, Sep 07, 2001 at 04:23:08PM -0400, Bruce Momjian wrote:
>
> I have checked this in CVS and it is working fine. Karel, have you
> fixed this? I can't find a place where I have applied a fix for this.

It is not fixed and I doubt that it is working fine in current CVS. The
bugfix is in the attached patch. Please apply it. Thanks.

Output must be:

test=# SELECT to_char(485, 'RN');
to_char
-----------------
CDLXXXV
(1 row)

test=# SELECT to_char(485, 'FMRN');
to_char
---------
CDLXXXV
(1 row)

test=# SELECT to_char(1000, 'RN');
to_char
-----------------
M
(1 row)

test=# SELECT to_char(7.2, '"Welcome to"9.9 "release! :-)"');
to_char
-----------------------------
Welcome to 7.2 release! :-)
(1 row)

Thanks to jlx(at)commandprompt(dot)com for this bug report!

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

Attachment Content-Type Size
formatting-09102001.patch.gz application/x-gzip 704 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-09-10 14:17:02 Re: [HACKERS] to_char and Roman Numeral (RN) bug
Previous Message Henshall, Stuart - WCP 2001-09-10 12:09:15 Re: Abort state on duplicated PKey in transactions

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-09-10 14:17:02 Re: [HACKERS] to_char and Roman Numeral (RN) bug
Previous Message Tatsuo Ishii 2001-09-10 08:35:36 Re: [PATCHES] CURRENT CVS: MULTIBYTE: CANT CONNECT....