Re: NOT boolfield kills backend

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: NOT boolfield kills backend
Дата
Msg-id 36084E80.A1D387A3@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: NOT boolfield kills backend  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: NOT boolfield kills backend  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> Debugging patches, ah.  No gdb yet?

(I see that you fixed it. Great!)

I just cleaned up a little code; enabling some of the debugging
statements already in this area caused some breakage. Yeah, I'm now
gdb-enabled with Postgres, and it is very nice, but not if you don't
know where the code is headed. I could see the parse tree at the back of
the parser, and I could see the tree at the executor, but had no idea
where it went in between. Stepping through code didn't seem like a good
bet since afaik there are hundreds of calls in between...

                   - Tom

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] current- crash
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Re: Results of port of Sept 18 port of PostgreSQL