Re: [HACKERS] initdb problem again

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] initdb problem again
Дата
Msg-id 199808202209.SAA21880@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] initdb problem again  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
Список pgsql-hackers
> Hi all,
>
> initdb seems to run without problems on my system but after starting
> the postmaster I start to see some problems.
>
> A simple "select * from pg_user;" gives an error:-
>
>     ERROR:  Relation pg_user does not have attribute usename
>
> OK pg_user is a VIEW/RULE but it is interesting that initdb
> creates a table in the process of creating the view.
>
> If I try to create a table myself the backend dies as before
> with a SIGSEGV. (see thread [HACKERS] Broken PostgreSQL (latest CVS) )
>
> Here's what's happening with the select from pg_user.
>
> Keith.


OK, I am committing a fix for index destruction.  That may help some
people.

Not sure why the initdb is behaving differently on different platforms,
especially when it works here.  I will keep looking.

--
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 по дате отправления:

Предыдущее
От: Keith Parks
Дата:
Сообщение: Re: [HACKERS] initdb problem again
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] initdb problem