Re: Making the regression tests halt to attach a debugger

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Making the regression tests halt to attach a debugger
Дата
Msg-id 555A1E49.8040402@dunslane.net
обсуждение исходный текст
Ответ на Re: Making the regression tests halt to attach a debugger  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Making the regression tests halt to attach a debugger  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
On 05/18/2015 01:05 PM, Tom Lane wrote:
> Meh.  You could also add "select pg_backend_pid()" or some such.
> But really, the way I generally do this is to run gdb via a script
> that auto-attaches to the right postgres process if at all possible.
> Removes the whole problem.
>

This should go on the wiki.

cheers

andrew




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: How does MSVC's fetchRegressOpts() work at all?
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: jsonb concatenate operator's semantics seem questionable