Re: Large object loading stalls

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Large object loading stalls
Дата
Msg-id 8179.1235486978@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Large object loading stalls  (Michael Akinde <michael.akinde@met.no>)
Ответы Re: Large object loading stalls  (Michael Akinde <michael.akinde@met.no>)
Список pgsql-general
Michael Akinde <michael.akinde@met.no> writes:
> Tom Lane wrote:
>> In the past we've seen this type of thing caused by multithreaded
>> client programs in which more than one thread tried to use the same
>> PGconn object without adequate interlocking.

> Our application is single-threaded, so it seems unlikely that we are
> running into a problem with that.

Well, maybe you've found an actual bug then; but without a test case
that other people can poke at, it's hard to investigate.

> The only thing I can think of right now, is that we are running a
> Postgres 8.3 on Debian Etch (so a backported debian package), whereas
> the libraries linked into our application are older library version
> (libpq4 and libpqxx 2.6.8).

Older libpq versions should work fine with an 8.3 server --- if they
don't, that's a bug in itself.  I do not know the status of libpqxx
though; you might want to check whether there are known bugs in that
version.

            regards, tom lane

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

Предыдущее
От: salman
Дата:
Сообщение: Re: Rotating WAL files
Следующее
От: Aidan Van Dyk
Дата:
Сообщение: Re: High cpu usage after many inserts