| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Michael Akinde <michael(dot)akinde(at)met(dot)no> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Large object loading stalls |
| Date: | 2009-02-24 14:49:38 |
| Message-ID: | 8179.1235486978@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Michael Akinde <michael(dot)akinde(at)met(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Aidan Van Dyk | 2009-02-24 15:05:47 | Re: High cpu usage after many inserts |
| Previous Message | salman | 2009-02-24 14:32:19 | Re: Rotating WAL files |