From: | "ruben20(at)superguai(dot)com" <ruben20(at)superguai(dot)com> |
---|---|
To: | Michael Fuhr <mike(at)fuhr(dot)org> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: current transaction is aborted, commands ignored until |
Date: | 2004-10-05 08:54:27 |
Message-ID: | 41626143.3080405@superguai.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Michael:
Michael Fuhr wrote:
>>After upgrading 7.4.2 to 7.4.5 quite smoothly in a Red Hat 8.0 box, we
>>are having intermitent issues with certain online PHP transactions,
>>returning this error:
>>
>>"Warning: pg_exec() query failed: ERROR: current transaction is aborted,
>>commands ignored until end of transaction block"
>
>
> Some previous query in this transaction has failed. Are there other
> error messages before this one? What queries preceded the one that
> gives this error?
Yes, there is some incompatibility between 7.4.2 and 7.4.5 with INT type
comparisons, not allowing (7.4.5) something like "WHERE int_field = ''",
so the same transaction failed before the error reported with this one:
Warning: pg_exec() query failed: ERROR: invalid input syntax for integer: ""
>>Half the times we run the query we get the error, the other half it works.
>
> By "half" do you mean exactly 50% of the time, or are you approximating?
> Can you identify anything common to the successful transactions that's
> different from the failed transactions?
I was approximating. The transaction is exactly the same, I just click
on "UPDATE" button on the web browser and sometimes it worked and
sometimes not.
Thanks a lot.
Ruben.
From | Date | Subject | |
---|---|---|---|
Next Message | Janning Vygen | 2004-10-05 09:17:23 | more than one instance of pgpool for a backend? |
Previous Message | Andre Maasikas | 2004-10-05 07:59:32 | Re: guaranteeing that a sequence never skips |