Re: Debugging bootstrap

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Debugging bootstrap
Дата
Msg-id 24090.1034462568@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Debugging bootstrap  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> Is there some established way of debugging the bootstrapping sequence?
> If not, does anyone have a tip on how would one do it?
> I mean getting the standalone boostrapping backend into gdb...

I'd just run the backend under gdb, passing it the same command line
and stdin file as initdb would provide.  Don't forget to initialize
the data directory as much as initdb would do, too.
        regards, tom lane


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

Предыдущее
От: "Warren Massengill"
Дата:
Сообщение: Re: cross-posts (was Re: [GENERAL] Large databases,
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql 7.2.3 crash