On Tue, 23 Oct 2001, [EUC-KR] �̹ٴ� wrote: > I was upgraded my database to 7.1.3 again, and drop index / create index, and >reindex the tables in single mode. > But I can't proceeding a vacuuming. My database always prints the error messages >below. > > ======================================================= > [postgres@local pgsql] vacuumdb -z r815 > pqReadData() -- backend closed the channel unexpectedly. > This probably means the backend terminated abnormally > before or while processing the request. > connection to server was lost > vacuumdb: vacuum r815 failed > =======================================================
What version of glibc are you using? There were bugs in glibc-2.2.2 (the version that comes with redhat 7.1) that caused crashes in strcoll I think. If not, does a select * from freefind; work? ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html
