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

From: sunpeng <bluevaley(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: how to debug the codes in the PostgresMain() from the begining of this function to the "for (;;)" loop that handles the connection?
Date: 2010-04-08 21:34:56
Message-ID: r2g46cc57ac1004081434jdaa37822u573cb5da11790783@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2010-04-08 23:36:11 Re: Postgres doesn't seem to enforce array dimensions
Previous Message sunpeng 2010-04-08 21:34:14 when i logged in mydb, any sql command used to list all the tables in this mydb?