Re: Making the regression tests halt to attach a debugger

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Making the regression tests halt to attach a debugger
Дата
Msg-id 555BC3A9.1080807@BlueTreble.com
обсуждение исходный текст
Ответ на Re: Making the regression tests halt to attach a debugger  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 5/18/15 12:15 PM, Andrew Dunstan wrote:
> 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.

https://wiki.postgresql.org/wiki/Gdblive_script; and linked from gdb 
section of Developer FAQ.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Bug in jsonb minus operator
Следующее
От: Jan de Visser
Дата:
Сообщение: Re: Problems with question marks in operators (JDBC, ECPG, ...)