On Mon, 2005-05-30 at 19:36 +0300, Haluk GÜNÇER wrote:
> #0  0x23cf64 in CreatePortal+0x1f4 ()
> (gdb) bt
> #0  0x23cf64 in CreatePortal+0x1f4 ()
> #1  0x23ce28 in CreatePortal+0xb8 ()
> #2  0x19c094 in exec_simple_query+0x194 ()
> #3  0x19daa8 in PostgresMain+0x1520 ()
> #4  0x12f918 in main+0x1e0 ()

Weird -- it's difficult to see how there could be a problem in
CreatePortal(), as that is both simple and widely used code. (The
recursive call to CreatePortal() also makes no sense, but perhaps that
is just weirdness in the backtrace.)

Would it be possible to get a stacktrace with a copy of Postgres that
has been compiled with --enable-debug?

-Neil



---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to