Re: error during vacuum full

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Barry Lind <barry@xythos.com>
Cc: PostgreSQL Hacker <pgsql-hackers@postgresql.org>
Date: 2002-07-10T04:41:00Z
Lists: pgsql-hackers
Barry Lind <barry@xythos.com> writes:
> The only postgres processes running are:

> [root@cvs root]# ps -ef | grep post
> postgres  1004     1  0 Jul03 ?        00:00:00 
> /usr/local/pgsql/bin/postmaster
> postgres  1069  1004  0 Jul03 ?        00:00:00 postgres: stats buffer 
> process 
> postgres  1070  1069  0 Jul03 ?        00:00:00 postgres: stats 
> collector proces

> I then reconnected via psql and reran the vacuum full getting the same 
> error.

Really!?  Well, does restarting the postmaster fix it?

			regards, tom lane