Re: [HACKERS] VACUUM ANALYZE problem on linux

From: Oleg Broytmann <phd(at)sun(dot)med(dot)ru>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [HACKERS] VACUUM ANALYZE problem on linux
Date: 1999-02-24 15:58:29
Message-ID: Pine.SOL2.3.96.SK.990224185336.10537N-100000@sun.med.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Followup to myself...

On Wed, 24 Feb 1999, Oleg Broytmann wrote:
> I ran postmaster from command line (usually I run it from /etc/init.d/),
> connected to it and ran VACUUM ANALYZE.
> It worked.

I tested the following way:

1. Run postmaster without parameters; connect and run VACUUM ANALYZE -
worked.

2. Run postmaster -b -D/usr/local/pgsql/data -o -Fe
and run VACUUM ANALYZE - worked

3. Run postmaster -b -D/usr/local/pgsql/data -o -Fe -S (to detach it)
and run VACUUM ANALYZE - worked

(I took these parameters from script /etc/init.d/postgres)

4. Run /etc/init.d/postgres start
and run VACUUM ANALYZE - failed, no core file.

Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-02-24 17:31:50 Re: [HACKERS] One I've never seen before:
Previous Message Oleg Broytmann 1999-02-24 15:47:11 Re: [HACKERS] VACUUM ANALYZE problem on linux