Re: killing process question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: killing process question
Дата
Msg-id 27155.1032456135@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: killing process question  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
Ответы Re: killing process question  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-general
"Johnson, Shaunn" <SJohnson6@bcbsm.com> writes:
> --generally speaking, how long should this run?

> (gdb) attach 3488
> Attaching to program: /usr/bin/postgres, process 3488

Not very long --- it takes a couple seconds, for me, on a machine that's
not fast by today's standards.

> --i know i should be patient, but i'm trying to figure
> --out if this should take more than 20 minutes or if
> --i've done something wrong.  (OR, should that be postmaster
> --and not postgres in the above line?)

postgres is correct.  But are you sure that you are pointing to the same
postgres executable that the process is running?  Perhaps gdb could get
confused if you point to the wrong version.

            regards, tom lane

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

Предыдущее
От: Michael Zouroudis
Дата:
Сообщение: cascade problems
Следующее
От: Frank Joerdens
Дата:
Сообщение: Re: PHP + PostgreSQL