postgres core dump PS - Mailing list pgsql-hackers

From Patrick Welche
Subject postgres core dump PS
Date
Msg-id 20021204181844.F1219@quartz.newn.cam.ac.uk
Whole thread Raw
List pgsql-hackers
(gdb) print *((HashJoin *) node)->hashjoinstate
$4 = {jstate = {type = T_HashJoinState, cs_OuterTupleSlot = 0x0,    cs_ResultTupleSlot = 0x84527cc, cs_ExprContext =
0x8453e60,   cs_ProjInfo = 0x84546e0, cs_TupFromTlist = 0 '\000'}, hj_HashTable = 0x0,  hj_CurBucketNo = 0, hj_CurTuple
=0x0, hj_OuterHashKeys = 0x8454728,  hj_InnerHashKeys = 0x84538d0, hj_OuterTupleSlot = 0x84527e0,  hj_HashTupleSlot =
0x8452790,hj_NullInnerTupleSlot = 0x0,  hj_NeedNewOuter = 1 '\001', hj_MatchedOuter = 0 '\000',  hj_hashdone = 0
'\000'}

of course.. but still, why the segfault?

Patrick


pgsql-hackers by date:

Previous
From: Patrick Welche
Date:
Subject: postgres core dump
Next
From: Bruce Momjian
Date:
Subject: Re: [ADMIN] how to alter sequence.