Re: [HACKERS] Fix in oracle_compat.c

From: jwieck(at)debis(dot)com (Jan Wieck)
To: maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: jwieck(at)debis(dot)com, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Fix in oracle_compat.c
Date: 1998-08-11 15:23:19
Message-ID: m0z6GGe-000EBQC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?
>
> End of this month. No one has asked for an extension yet.
>

Hmmm - got a new PC at home (333MHz PII, 64MB) - that guarantees
short turn arounds in development.

But home is now my own house - that works against time at all :-)

Since you asked me that often now, I think it's really time
to take a look at it.

Jan

--

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-08-11 15:25:20 Re: [HACKERS] Fix in oracle_compat.c
Previous Message Tom Lane 1998-08-11 15:18:07 Re: [HACKERS] Indexes bug