Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes: > (gdb) info locals > fcinfo = {flinfo = 0x84d33028, context = 0x0, resultinfo = 0x0, > isnull = 0 '\0', nargs = 1, arg = {2294763512, 16, 2377208416, 1, > ... > (gdb) x/16x 0x88c75000 - 8 > 0x88c74ff8: 0x00000020 0x00000000 Cannot access memory at > address 0x88c75000
> is that what you are interested in ? Yup, that seems pretty conclusive. Patch committed --- thanks for tracking it down! regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match