Re: [HACKERS] Fix in oracle_compat.c

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Fix in oracle_compat.c
Дата
Msg-id 199808111437.KAA13870@candle.pha.pa.us
обсуждение исходный текст
Ответ на Fix in oracle_compat.c  (jwieck@debis.com (Jan Wieck))
Ответы Re: [HACKERS] Fix in oracle_compat.c
Список 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?

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

В списке pgsql-hackers по дате отправления:

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Fix in oracle_compat.c
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] ExecInitIndexScan ERROR?