Re: User functions and AIX - Mailing list pgsql-hackers

From Tom Lane
Subject Re: User functions and AIX
Date
Msg-id 13470.991070469@sss.pgh.pa.us
Whole thread Raw
In response to User functions and AIX  (darcy@druid.net (D'Arcy J.M. Cain))
Responses Re: User functions and AIX  (darcy@druid.net (D'Arcy J.M. Cain))
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: maybe a bug in plpgsql, nulls and empty strings are not the same
Next
From: Tom Lane
Date:
Subject: Re: New/old style trigger API