Re: Postgresql Segfault in 8.1 - Mailing list pgsql-general

From Stephen Frost
Subject Re: Postgresql Segfault in 8.1
Date
Msg-id 20060125174659.GB4474@ns.snowman.net
Whole thread Raw
In response to Re: Postgresql Segfault in 8.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Postgresql Segfault in 8.1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> Benjamin Smith <lists@benjamindsmith.com> writes:
> > What's the best way to do this? Take PG down (normally started as a service)
> > and run directly in a single-user mode?
>
> No, just start a psql session in one window, then in another window
> determine the PID of the backend process it's connected to, and attach
> gdb to that process.  Something like
>
>         ps auxww | grep postgres:
>         ... eyeball determination of correct PID ...

You can also do 'select pg_backend_pid();' from psql...  I know that's
there on 8.1, though I recall this was an 8.0 discussion and I *think*
it's there too but not 100% sure.

    Enjoy,

        Stephen

Attachment

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: table is not a table
Next
From: MargaretGillon@chromalloy.com
Date:
Subject: Re: Constraint that compares and limits field values