Re: [HACKERS] initdb problem

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: t-ishii(at)sra(dot)co(dot)jp
Cc: meskes(at)online-club(dot)de, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] initdb problem
Date: 1998-08-24 14:19:32
Message-ID: 199808241419.KAA29769@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sra(dot)co(dot)jp
>

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-08-24 14:22:35 Re: [INTERFACES] Re: [HACKERS] Convert PGconn, PGresult to opaque types?
Previous Message David Hartwig 1998-08-24 14:05:51 Current snapshot