how to debug the codes in the PostgresMain() from the begining of this function to the "for (;;)" loop that handles the connection?

Поиск
Список
Период
Сортировка
От sunpeng
Тема how to debug the codes in the PostgresMain() from the begining of this function to the "for (;;)" loop that handles the connection?
Дата
Msg-id r2g46cc57ac1004081434jdaa37822u573cb5da11790783@mail.gmail.com
обсуждение исходный текст
Ответы how to debug the codes in the PostgresMain() from the begining of this function to the "for (;;)" loop that handles the connection?  (sunpeng <bluevaley@gmail.com>)
Список pgsql-general
how to debug the codes in the PostgresMain() from the begining of this function to the "for (;;)" loop that handles the connection?
if i use eclipse cdt to attach the postgres process forked by postmaster, this part of codes from the begining of this PostgresMain() to the "for (;;)" loop could not be debugged. So anybody know how to debug this part codes? thanks.

thanks


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

Предыдущее
От: Corin
Дата:
Сообщение: Re: fulltext search stemming/ spelling problems
Следующее
От: sunpeng
Дата:
Сообщение: when i logged in mydb,any sql command used to list all the tables in this mydb?