I just ran this for several minutes and have about an 11MB trace file. Is there anything particular you want to see?
Also, is the data in the file deciferable or have actual database data in it? The reason I ask, is that I work under HIPPA regulations, so I can't release anything if it has potential personal/patient data in it.
Chris
On 8/31/06, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
"Chris Hoover" <revoohc@xxxxxxxxx> writes:
> Any other ideas? I am still 508 archive log files behind.
Try "strace -f -p <pid>" on the archiver subprocess to see what it's
doing and what the launched scripts are doing.
regards, tom lane