Re: [HACKERS] [BUG?] strange PQgetisnull

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] [BUG?] strange PQgetisnull
Дата
Msg-id 199807161527.LAA01638@candle.pha.pa.us
обсуждение исходный текст
Ответ на [BUG?] strange PQgetisnull  ("Park, Chul-Su" <pcs@mhlx01.kek.jp>)
Список pgsql-hackers
> Hi all,
>
>     I got strange result with PQgetisnull, say
>
> for empty table(I think that it's empty so null)
>
> I guess that
> after fetch some selection
> PQgetisnull(result, 0, 0) should give me "1 or true"
> But
> it gives me
> ERROR! field 0(of 0) of row 0(of 0) is not available... Segmentation
> Fault

You can't check for isnull on a Result that returns no rows.  It is only
for looking at fields of an existing returned row.

--
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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Large objects buffer leak
Следующее
От: "Park, Chul-Su"
Дата:
Сообщение: [QUESTIONS] slow "select lo_unlink(..) where ...;" ?