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

From sunpeng
Subject how to debug the codes in the PostgresMain() from the begining of this function to the "for (;;)" loop that handles the connection?
Date
Msg-id r2g46cc57ac1004081434jdaa37822u573cb5da11790783@mail.gmail.com
Whole thread Raw
Responses how to debug the codes in the PostgresMain() from the begining of this function to the "for (;;)" loop that handles the connection?
List 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 by date:

Previous
From: Corin
Date:
Subject: Re: fulltext search stemming/ spelling problems
Next
From: sunpeng
Date:
Subject: when i logged in mydb,any sql command used to list all the tables in this mydb?