Anto Prijosoesilo wrote:
> 
> #0  0x16f62 in _bt_isortcmpinit ()
> #0  0x16f62 in _bt_isortcmpinit ()
> #1  0x13c3c in btgettuple ()

_bt_isortcmpinit couldn't be called from btgettuple!!!
This's static func in nbtsort.c used for index creation,
not for querying.

> Has anyone seen this problem? I'd like to get a more detailed debugging
> info if someone can show me how to compile it with debugging info.

I use Makefile.custom (in .../pgsql/src) with CUSTOM_COPT=   -ggdb3.

Vadim

Reply via email to