debug flag

Поиск
Список
Период
Сортировка
От Shiby Thomas
Тема debug flag
Дата
Msg-id 199801191934.OAA17308@cise.ufl.edu
обсуждение исходный текст
Ответы Re: [HACKERS] debug flag  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] debug flag  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
Hi,

If I want to compile the PostgreSQL 6.2.1 code with the -g flag, which Makefile
should I add it. I would like to run it thru a debugger. I am compiling it
with gcc; so I should be able to use xgdb, right?

The sort cost in the planner is assumed to be 0. So, there is an unfair bias
towards sort-merge join in the optimizer. If I want to add a sort cost, will
it be enough to add it in the make_sortplan() function in
optimizer/plan/planner.c.
Is the size of the relation to be sorted estimated at that time?
If not what is the best way to do this?

Thanks
--shiby


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

Предыдущее
От: Keith Parks
Дата:
Сообщение: Re: [HACKERS] Re: varchar() troubles
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Max tuple size.