Re: User functions and AIX

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: User functions and AIX
Дата
Msg-id 13470.991070469@sss.pgh.pa.us
обсуждение исходный текст
Ответ на User functions and AIX  (darcy@druid.net (D'Arcy J.M. Cain))
Ответы Re: User functions and AIX  (darcy@druid.net (D'Arcy J.M. Cain))
Список pgsql-hackers
darcy@druid.net (D'Arcy J.M. Cain) writes:
> The top of the backtrace looks like this.

> #0  0x0 in ?? () from (unknown load module)
> #1  0xd1087a60 in chkpass_in (fcinfo=0x0) at chkpass.c:88
> #2  0x10045cf4 in or_clause (clause=0x0) at clauses.c:211
> #3  0x10075d68 in int82ge (fcinfo=0x1015cfc8) at int8.c:343
> #4  0x1005909c in _readArrayRef () at readfuncs.c:924
> #5  0x10059b68 in _readSeqScan () at readfuncs.c:600

I don't believe a word of that backtrace, and neither should you.
The alleged call arcs at levels below #1 do not exist in the code.
Ergo, I doubt the top two levels can be trusted either.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: maybe a bug in plpgsql, nulls and empty strings are not the same
Следующее
От: Tom Lane
Дата:
Сообщение: Re: New/old style trigger API