gdb debugging with postgres

From: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: gdb debugging with postgres
Date: 2014-07-09 10:18:09
Message-ID: CAOh57xEnKpWJujyYwbB0OSAaMcGH8qNPQG7pJ-pEJaKmR=cetg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi ,

I am trying to attach a postgres process to gdb, Since I am using only 1
client , I am using the script give by Tom Lane posted in the mailing list.

http://www.postgresql.org/message-id/bd6a35510707221030p694cd515kfeb529078557ba42@mail.gmail.com

I started running the client by following command *psql test *where test is
my database.

But When I am running that script I am getting two client processes.

ravi 13368 13366 0 15:14 ? 00:00:00 postgres: checkpointer
process
ravi 13379 13366 0 15:14 ? 00:00:00 postgres: ravi test [local]
idle

Could any one tell me what is checkpointer process and is there any way of
running the script without that process.

Thank you,
K.Ravikiran

Responses

Browse pgsql-general by date

  From Date Subject
Next Message M Tarkeshwar Rao 2014-07-09 10:34:27 Re: Insert query hangs
Previous Message M Tarkeshwar Rao 2014-07-09 09:18:40 Insert query hangs