RE: [HACKERS] Re: postmaster dies (was Re: Very disappointing pe rformance)

From: Dan Gowin <DGowin(at)avantec(dot)net>
To: "'secret'" <secret(at)kearneydev(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)hub(dot)org
Subject: RE: [HACKERS] Re: postmaster dies (was Re: Very disappointing pe rformance)
Date: 1999-03-23 17:04:50
Message-ID: 43A3A1806104D211988500A0C9B576EEA3A506@avantec_exc.avantec.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Try a named pipe.

D.

-----Original Message-----
From: secret [mailto:secret(at)kearneydev(dot)com]
Sent: Tuesday, March 23, 1999 11:36 AM
To: Tom Lane
Cc: Bruce Momjian; pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Re: postmaster dies (was Re: Very disappointing
performance)

Tom Lane wrote:

> Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> > I can't imagine he has enough disk space for truss/ktrace output for a
> > full day of backend activity, does he?
>
> That's why I was encouraging him to set up a playpen and actively
> work at crashing it, rather than waiting around to see whether it'd
> happen before his disk fills up ;-)
>
> regards, tom lane

I've built a simple program to record the last N lines(currently
5000...Suggestions?) of input... What I'd like to do is pipe STDIN and
STDERR to this program, but "|" doesn't do this, do you all have a
suggestion on how to do this? If I can then I can get you the system trace
and hopefully get this crash bug fixed.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-03-23 17:09:52 Re: [HACKERS] optimizer and type question
Previous Message Tom Lane 1999-03-23 17:01:57 Re: [HACKERS] optimizer and type question