Re: Is this a commit problem?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: markw(at)osdl(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org, osdldbt-general(at)lists(dot)sourceforge(dot)net
Subject: Re: Is this a commit problem?
Date: 2003-09-25 17:07:41
Message-ID: 19123.1064509661@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

markw(at)osdl(dot)org writes:
> I take it PQexec() should wait until the COMMIT finishes?

Yeah, it does. Where is the next iteration of the transaction coming
from?

Another thought occurred to me --- you said you have many parallel
instances of this transaction, but they affect different rows because
they have different keys. Is it possible there's a logic bug that
occasionally allows parallel transactions to be fired with the same key?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-09-25 17:08:54 Re: [pgsql-www] NuSphere and PostgreSQL for windows
Previous Message markw 2003-09-25 17:04:27 Re: Is this a commit problem?