I see a bunch of lines in the .log files in the postgres pg_log directory that say something like:
ERROR: prepared statement "pdo_pgsql_stmt_09e097f4" does not exist
What are prepared statements, and what kinds of things can cause these error messages to be displayed?
From the documentation:
Searching the net, I found that the ‘pdo_pgsql_stmt’ command is from some sort of PHP-connection to your database. Maybe this link can help you find a suiteable mailing-list or issue-tracker that you can send your error-messages to?
EDIT: I think I found your bug here:
http://bugs.php.net/bug.php?id=37870