Re: [HACKERS] VACUUM ANALYZE problem on linux

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: phd2(at)earthling(dot)net
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] VACUUM ANALYZE problem on linux
Date: 1999-02-24 15:28:48
Message-ID: Pine.BSF.4.05.9902241027440.5587-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 24 Feb 1999, Oleg Broytmann wrote:

> > Or you might just not be looking in the right place. Backend crashes
> > produce corefiles in the database subdirectory, eg,
> > /usr/local/pgsql/data/base/MyDatabase/core
>
> I search with find / -name core. I got /dev/core and
> /usr/src/linux/.../core :)

Try this instead:

# find / -name '*.core'

and you should find the other core dumps.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com flame-mail: /dev/null
# include <std/disclaimers.h> TEAM-OS2
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-02-24 15:33:53 Re: [HACKERS] postmaster failure with 2-23 snapshot
Previous Message Tom Lane 1999-02-24 15:25:54 Re: [HACKERS] Problem with complex query