Re: ecpg Oracle compatibility issue

Поиск
Список
Период
Сортировка
От Roland Karch
Тема Re: ecpg Oracle compatibility issue
Дата
Msg-id 20021213192805.GA28737@faui31x.informatik.uni-erlangen.de
обсуждение исходный текст
Ответ на Re: ecpg Oracle compatibility issue  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: ecpg Oracle compatibility issue  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
On Thu, Dec 12, 2002 at 04:49:30PM -0500, Bruce Momjian wrote:
> I applied the attached patch. Your version looked like it would have
> doubled the double-quotes.

Oops - yes, I got that wrong.

> As you mentioned, you couldn't get bison to
> work, so you weren't able to test it.  Please look over this patch and
> make sure it is correct.

It works fine, just got bison to work on my other computer.

> Also check the other use of ECPGdisconnect().
> Is that correct?  Does it need "CURRENT"?

Yes, it's needed. Supplying a NULL pointer instead results in a segfault
for me. However, it would work if src/interfaces/ecpg/lib/connect.c line
468 was patched - checking for NULL before dereferencing a user-supplied
pointer is generally a good idea.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: server terminated by a query in 7.3
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ecpg Oracle compatibility issue