Re: [HACKERS] initdb problem - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] initdb problem
Date
Msg-id 199808241419.KAA29769@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] initdb problem  (t-ishii@sra.co.jp)
List 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.

I don't have this problem here.  However, the missing alignment on new
multi-key indexes may be the cause.  I am fixing that today.

>
> $ 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
>


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] Re: [HACKERS] Convert PGconn, PGresult to opaque types?
Next
From: John Reynolds
Date:
Subject: subscribe