Re: [GENERAL] gdb debugging with postgres

2014-07-09 Thread Tom Lane
Ravi Kiran writes: > 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/bd6a35510707221030p694cd515kfeb529078557b...@mail.gmail.com You realize that's from 20

[GENERAL] gdb debugging with postgres

2014-07-09 Thread Ravi Kiran
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/bd6a35510707221030p694cd515kfeb529078557b...@mail.gmail.com I started running the client by following co