On Fri, Nov 21, 2003 at 02:49:28AM -0500, Tom Lane wrote: > Kurt Roeckx <[EMAIL PROTECTED]> writes: > > It's still logging the "recycled transation log file". Is that > > send to stdout instead of stderr maybe? > > No, it all goes to stderr. But that output comes from a different > subprocess. Not sure why that subprocess would still have working > stderr if others don't ... any ideas anyone?
It seems quiting and starting psql "fixed" it. So I guess it's the backend that had the problem. So it was a different subprocess. > Does cygwin have any equivalent of strace/ktrace? It'd be useful > to see whether the write() calls are still being issued or not. It has a strace, but when I use it I get a nice exception. I never really got either strace or gdb to work properly under cygwin when attachting to an existing process. Kurt ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html