Re: [HACKERS] initdb problem

Поиск
Список
Период
Сортировка
От t-ishii@sra.co.jp
Тема Re: [HACKERS] initdb problem
Дата
Msg-id 199808240642.PAA22791@srapc451.sra.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] initdb problem  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] initdb problem
Список pgsql-hackers
>OK, it appears people are still having initdb problems after my patch.
>I have received several reports of problems.  Someone reported a
>regression test problem with contraints.sql.  I could reproduce it here,
>and fixed it.

The constraints test is working now on my FreeBSD box. Thanks.

Another problem I'm having is vacuum seems not working. Is this a
known problem?

regression=> vacuum;
pqReadData() -- backend closed the channel unexpectedly.
    This probably means the backend terminated abnormally before or while processing the request.
We have lost the connection to the backend, so further processing is impossible.  Terminating.

Another things I'm troubled with are that some regression tests make
the backend dump core on my LinuxPPC box.

$ grep -i pqread results/*

results/btree_index.out:pqReadData() -- backend closed the channel unexpectedly.
results/constraints.out:pqReadData() -- backend closed the channel unexpectedly.
results/create_function_1.out:pqReadData() -- backend closed the channel unexpectedly.
results/create_function_2.out:pqReadData() -- backend closed the channel unexpectedly.
results/sanity_check.out:pqReadData() -- backend closed the channel unexpectedly.
results/select_views.out:pqReadData() -- backend closed the channel unexpectedly.
results/triggers.out:pqReadData() -- backend closed the channel unexpectedly.

These were ok on FreeBSD except the sanity_check test(vacuum dumped
core). I will look into these.
--
Tatsuo Ishii
t-ishii@sra.co.jp

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] What I'm working on
Следующее
От: Sferacarta Software
Дата:
Сообщение: Re[2]: [GENERAL] DELETE statement KILL backend