Re: [PATCHES] to_char and Roman Numeral (RN) bug - Mailing list pgsql-hackers

From Karel Zak
Subject Re: [PATCHES] to_char and Roman Numeral (RN) bug
Date
Msg-id 20010904174318.B28072@zf.jcu.cz
Whole thread Raw
In response to Re: [PATCHES] to_char and Roman Numeral (RN) bug  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-hackers
On Tue, Sep 04, 2001 at 11:37:48AM -0400, Bruce Momjian wrote:
> > On Fri, Aug 31, 2001 at 07:28:50PM -0700, Command Prompt, Inc. wrote:
> > 
> > > In documenting the to_char() function for transformation of numbers to
> > > text, I noticed that the "RN" template character sequence was displaying
> > > some unusual behavior; specifically, unless in fill mode (with the "FM"
> > > sequence), it would either return the result of the last query executed
> > > derived from a to_char() result, or what appears to be a garbage pointer
> > > if there was no such last query.
> > 
> >  You are right it's bug. For the 'RM' in non-fillmode is to_char() quiet.
> > I will fix it for 7.2.
> 
> Karel, I assume you will send in a patch yourself, right?
Right. It needs check.
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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] getting the oid for a new tuple in a BEFORE
Next
From: "Joe Conway"
Date:
Subject: Re: Bytea/Base64 encoders for libpq - interested?