Re: Hang in PQgetResult

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hang in PQgetResult
Дата
Msg-id 244.1077311765@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Hang in PQgetResult  ("Ivetta Starikova" <ivetta_s@hotmail.com>)
Список pgsql-bugs
"Ivetta Starikova" <ivetta_s@hotmail.com> writes:
> I have a problem with my program that inserts records into postgreSQL
> database.
> After continuously running for several days, it suddenly hangs.

Looks to me like it's waiting for the server process.  Are you sure
there isn't some other operation blocking the INSERT (perhaps by
exclusively locking the table)?  If you're not sure what the server
is doing, try getting a stack trace from it.

            regards, tom lane

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

Предыдущее
От: Joe Sunday
Дата:
Сообщение: Re: Maybe a bug found with nextval() function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: date_part returns different results with same interval.