Re: -d 2 frustration - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: -d 2 frustration
Date
Msg-id Pine.LNX.4.21.0010132113060.1022-100000@peter.localdomain
Whole thread Raw
In response to -d 2 frustration  (Dan Moschuk <dan@freebsd.org>)
List pgsql-hackers
Dan Moschuk writes:

> Running postgres in -d 2 mode is a little frustrating on a server that 
> processes as little as 10 queries a second.  Can we not add getpid() or
> something to that code so that we might track which output belongs to
> which server a little easier?

If you're running 7.1-to-be, put "log_pid = on" in your postgresql.conf.  
For earlier versions, look for ELOG_TIMESTAMPS in src/include/config.h and
check out how to turn it on with the pg_options file.  (It's in the
documentation somewhere.)

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: My new job
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: TIOGA