Re: Testing pg_terminate_backend() - Mailing list pgsql-patches

From Magnus Hagander
Subject Re: Testing pg_terminate_backend()
Date
Msg-id 20080421192534.57c96c54@mha-laptop
Whole thread Raw
In response to Re: Testing pg_terminate_backend()  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Testing pg_terminate_backend()  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Testing pg_terminate_backend()  ("Guillaume Smet" <guillaume.smet@gmail.com>)
List pgsql-patches
Bruce Momjian wrote:
> Magnus Hagander wrote:
> > Done that. Also, I needed to replace "gmake" with "make", since I'm
> > on linux...
> >
> > Anyway. It's been running for about 12 hours now, and I have
> > *nothing* in the output file. That tells me that the script doesn't
> > appear to be working - correct? It should output *something* there,
> > right? (It's obviously running, because I've got about 400,000
> > lines in nohup.out..)
> >
> > Argh. So here I am looking at it now for details, and it seems the
> > script should be run from src/test/regress, and I ran it from the
> > root directory.. Oops. Also, I needed to place psql in the path -
> > it failed to find it, but hid the error message.
> >
> > Just a hint if someone else is running it ;-)
>
> Yea, basically you need to rewrite my script.  :-(

Not really, but it did need a couple of adjustments :-)

It's been running fine now for a number of hours, with output that
looks similar to the stuff you posted. I'll leave it running..

//Magnus

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Proposed patch - psql wraps at window width
Next
From: Alvaro Herrera
Date:
Subject: Re: Testing pg_terminate_backend()