Re: [HACKERS] Re: postmaster dies (was Re: Very disappointing performance)

From: Taral <taral(at)cyberjunkie(dot)com>
To: secret <secret(at)kearneydev(dot)com>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Re: postmaster dies (was Re: Very disappointing performance)
Date: 1999-03-23 16:41:39
Message-ID: 99032310421700.30026@taral.dobiecenter.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 23 Mar 1999, secret wrote:
> 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.

strace ... 2>&1 | tail -5000

Note that tail is a standard *nix program.

Taral

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-03-23 17:01:57 Re: [HACKERS] optimizer and type question
Previous Message secret 1999-03-23 16:35:39 Re: [HACKERS] Re: postmaster dies (was Re: Very disappointing performance)