Re: 8.3 / 8.2.6 restore comparison - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 8.3 / 8.2.6 restore comparison
Date
Msg-id 13112.1203743864@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.3 / 8.2.6 restore comparison  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.com> writes:
> Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> ...  BTW, the strace had better run across the whole
>> PG process tree --- it's quite possible that there's some interaction
>> between the bgwriter and the backend doing COPY, for instance.

> So you want an strace on postmaster not the connection?

You need to launch the postmaster about like this:
strace -f postmaster ...postmaster args... 2>strace.out
        regards, tom lane
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andy Pavlo
Date:
Subject: Improved (De)Serialization Support
Next
From: Tom Lane
Date:
Subject: Re: Improved (De)Serialization Support