Re: [HACKERS] Trouble debugging contrib/fulltextindex

2002-08-21 Thread Peter Eisentraut
Christopher Kings-Lynne writes: > 1. How do you compile contribs with full debugging symbols. I always get > heuristic-fencepost-blah probs with gdb even though I've configured postgres > with all the debugging stuff. First, compile without optimization (-O0). Second, using LOAD to load the sh

[HACKERS] Trouble debugging contrib/fulltextindex

2002-08-20 Thread Christopher Kings-Lynne
Hi All, Few quick questions. 1. How do you compile contribs with full debugging symbols. I always get heuristic-fencepost-blah probs with gdb even though I've configured postgres with all the debugging stuff. Makes it really hard to find probs in the contribs. 2. Should contribs exclusively u