Re: [GENERAL] Still big problems with pg_dump!

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: [GENERAL] Still big problems with pg_dump!
Дата
Msg-id 20020917111147.P27778@mail.libertyrms.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Still big problems with pg_dump!  (Wim <wdh@belbone.be>)
Список pgsql-admin
On Tue, Sep 17, 2002 at 05:04:23PM +0200, Wim wrote:
>
> SELECT relname FROM pg_class WHERE relname like 'pg_%' AND relkind = 'r';
> gives:
> server closed the connection unexpectedly
>         This probably means the server terminated abnormally
>         before or while processing the request.
> The connection to the server was lost. Attempting reset: Failed.
>
> SELECT relname, relkind from pg_class WHERE relname like 'pg_%';
> produces the same error as above...

That does rather suggest a memory clobber, as Tom suggested.  Wim's
'file postmaster' shows it's a 32-bit binary, though, and I verified
in my notes that the snprintf bug was only in the 64-bit library.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Still big problems with pg_dump!
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: [GENERAL] Still big problems with pg_dump!