Re: Linking legacy PHP stuff

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Linking legacy PHP stuff
Дата
Msg-id 20878.966645876@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Linking legacy PHP stuff  (Simon Brooke <simon@weft.co.uk>)
Список pgsql-general
Simon Brooke <simon@weft.co.uk> writes:
>         curr_conn = result->conn;
>         if ((curr_conn == NULL) && (pgTypeRes==0)) {

Get rid of curr_conn and the ensuing test on same, is my advice.
This code should never have been reaching inside PGresult to begin
with...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Linking legacy PHP stuff
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Unimpletmented features