Re: PostgreSQL 8.3 and asynchronous commits

2007-10-21 Thread Jacob Kaplan-Moss
On 10/21/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > This sounds quite tasty: > http://developer.postgresql.org/pgdocs/postgres/wal-async-commit.html > > I'd like to add support for that. In reality, async. commit is something you'd turn on in your postgresql.conf and just leave on; there isn

PostgreSQL 8.3 and asynchronous commits

2007-10-21 Thread Jeremy Dunck
This sounds quite tasty: http://developer.postgresql.org/pgdocs/postgres/wal-async-commit.html I'd like to add support for that. Obviously only for postgres and 8.3, but perhaps with a setting to turn it on or off depending on the site's needs? I think trying to implement or modify a transactio