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-20 15:19:40
Message-ID: l2x46cc57ac1004200819s9d76e749o687ceffe2dab60a8@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
peng

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Harald Fuchs 2010-04-20 16:05:46 Re: Ltree - how to sort nodes on parent node
Previous Message Tom Lane 2010-04-20 15:07:54 Re: How to insert Ecoded values into postrgresql