"MauMau" <[email protected]> writes: > Although this is not directly related to memory, could you set > max_prepared_transactions = max_connections at initdb time? People must
You really need to have a transaction manager around when issuing prepared transaction as failing to commit/rollback them will prevent VACUUM and quickly lead you to an interesting situation. It used to have a default of 5 and is now properly defaulting to 0. Regards, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
