Re: [HACKERS] SIGSEGV in initdb

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] SIGSEGV in initdb
Дата
Msg-id 199912180241.VAA29530@candle.pha.pa.us
обсуждение исходный текст
Ответ на SIGSEGV in initdb  (Jeroen van Vianen <jeroen@design.nl>)
Список pgsql-hackers
> While updating my local copy to current sources and running initdb I got a 
> SIGSEGV at bootstrap.c:465 while adding template1 to pg_database.
> 
> This is because RelationBuildDesc in relcache.c returns a NULL at line 766. 
> The comments above this line say:
> 
> find the tuple in pg_class corresponding to the given relation id
> if no such tuple exists, return NULL
> 
> (the relation is pg_database)
> 
> There seems to be some kind of error in the order in which the database is 
> bootstrapped and the system tables are created and filled.

Yes, initdb is totally messed up right now.  Peter, please...

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] Re: Notation for nextval() (was Re: Several small patches)
Следующее
От: Bruce Momjian
Дата:
Сообщение: initdb messed up