Re: [HACKERS] Fix in oracle_compat.c - Mailing list pgsql-hackers

From jwieck@debis.com (Jan Wieck)
Subject Re: [HACKERS] Fix in oracle_compat.c
Date
Msg-id m0z6G0R-000EBPC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to Re: [HACKERS] Fix in oracle_compat.c  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] Fix in oracle_compat.c  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
>
> > Hi,
> >
> >     the  following  patch fixes a bug in the oracle compatibility
> >     functions btrim() ltrim() and rtrim().
> >
> >     The error was that the character after the set  was  included
> >     in the tests (ptr2 pointed to the character after the vardata
> >     part of set if no match found,  so  comparing  *ptr  or  *end
> >     against *ptr2 MAY match -> strip).
>
> Jan, now that you have surfaced, can you let us know if the rewrite
> system rewrite will be done for 6.4?

    What's the deadline for 6.4?


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] ExecInitIndexScan ERROR?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Fix in oracle_compat.c