Re: PostgreSQL 8.4.8 bringing my website down every evening

From: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.4.8 bringing my website down every evening
Date: 2011-06-20 06:36:56
Message-ID: BANLkTi=BuHctNZ6ZGY6eYyLYg50sP5=csQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've added

$db->beginTransaction();
....
$db->commit();

around _all_ statements, but now get:

SQLSTATE[25P02]: In failed sql transaction:
7 ERROR: current transaction is aborted,
commands ignored until end of transaction block

quite often. I don't understand why
would transaction get aborted here...

Maybe I should try session mode of pgbouncer
again, now that I've got rid of the persistent
PHP connections?

Regards
Alex

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roman Isitua 2011-06-20 06:45:04 Postgres service refuses to start on windows
Previous Message BangarRaju Vadapalli 2011-06-20 06:33:23 Re: Forward referencing of table aliases in subqueries does not work in 9.1 beta2 ( works in 9.0 and 8.4.2 )