Re: [HACKERS] initdb problems

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] initdb problems
Дата
Msg-id 199808260452.AAA09132@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] initdb problems  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
Список pgsql-hackers
> Hi All,
>
> My problems seem to be getting worse!!
>
> Yesterday I was only getting a crash when I tried to create a table.
>
> Today, with the latest from cvs I'm getting a crash on a simple select.
>
> Here's the backtrace:-

OK, selects should be fixed now.  Also:

select relname, attname,attalign from pg_class, pg_attribute, pg_type
where atttypid = pg_type.oid and typname = 'name' and pg_class.oid =
attrelid and attalign != 'd'

now returns no rows, as it should.  Some tricky work, but they are all
correct now.  Let's see if that fixes the Sparc problem.

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Massimo patches
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Open 6.4 items]