Re: [HACKERS] unable to attach client process to postgresql server using gdb

2014-06-13 Thread Robert Haas
On Fri, Jun 13, 2014 at 1:42 AM, Rajmohan C wrote: >I am working with PostgreSQL 9.3.4 source using Eclipse IDE in ubuntu > 14.04. I am facing a problem in attaching client process to postgresql > server using gdb to debug. When I start the postmaster then I connect to it > from client on a te

[HACKERS] unable to attach client process to postgresql server using gdb

2014-06-12 Thread Rajmohan C
hi, I am working with PostgreSQL 9.3.4 source using Eclipse IDE in ubuntu 14.04. I am facing a problem in attaching client process to postgresql server using gdb to debug. When I start the postmaster then I connect to it from client on a terminal. It works fine. Queries get responses. When I ru