| От | Tom Lane |
|---|---|
| Тема | Re: reindex and copy - deadlock? |
| Дата | |
| Msg-id | 4464.1086717068@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: reindex and copy - deadlock? (Litao Wu <litaowu@yahoo.com>) |
| Ответы |
Re: reindex and copy - deadlock?
|
| Список | pgsql-performance |
Litao Wu <litaowu@yahoo.com> writes:
> I will use gdb next time. What's this right way to
> get info as postgres owner?
$ gdb /path/to/postgres
gdb> attach PID-of-backend-process
gdb> bt
gdb> quit
You might try this for practice on any idle backend; it shouldn't affect
the state of the backend, except for freezing it while you issue the
commands.
If "bt" gives you just a list of numbers and no symbolic information,
then it won't be much help; you'll need to rebuild the backend with
debugging information so that we can make some sense of the trace.
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера