Re: [HACKERS] VACUUM ANALYZE problem on linux - Mailing list pgsql-hackers

From Vince Vielhaber
Subject Re: [HACKERS] VACUUM ANALYZE problem on linux
Date
Msg-id Pine.BSF.4.05.9902241027440.5587-100000@paprika.michvhf.com
Whole thread Raw
In response to Re: [HACKERS] VACUUM ANALYZE problem on linux  (Oleg Broytmann <phd@sun.med.ru>)
Responses Re: [HACKERS] VACUUM ANALYZE problem on linux
List 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@michvhf.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
==========================================================================





pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Problem with complex query
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] postmaster failure with 2-23 snapshot