Re: Question about debugging bootstrapping and catalog entries

Поиск
Список
Период
Сортировка
От Gurjeet Singh
Тема Re: Question about debugging bootstrapping and catalog entries
Дата
Msg-id 65937bea0612180422h5ab8032aifc2fee1defcf356e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Question about debugging bootstrapping and catalog entries  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
On 12/18/06, Martijn van Oosterhout <kleptog@svana.org> wrote:
If you get an error, you put a breakpoint on errfinish(). Note, that
gets called even on messages you don't normally see, so you may have to
skip a couple to get the real message.

You wouldn't need to skip anything if you put the breakpoint inside the '    if (elevel == ERROR)' code-block in errfinish(). It will stop only for an ERROR.

Regards,

--
gurjeet[.singh]@EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | yahoo }.com

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Question about debugging bootstrapping and catalog entries
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Question about debugging bootstrapping and catalog entries