Re: [PATCHES] Index split WAL reduction

2007-02-07 Thread Bruce Momjian
Patch applied. Thanks. --- Heikki Linnakangas wrote: > Here's an updated patch that fixes a bug with full_page_writes, and an > alignment issue in replay code. Also added a new test case to > crashtest.sh that exercises

Re: [PATCHES] Index split WAL reduction

2007-02-03 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- He

Re: [PATCHES] Index split WAL reduction

2007-02-03 Thread Bruce Momjian
Sorry, please disregard. Newer patch being added. --- Bruce Momjian wrote: > > Your patch has been added to the PostgreSQL unapplied patches list at: > > http://momjian.postgresql.org/cgi-bin/pgpatches > > It will

Re: [PATCHES] Index split WAL reduction

2007-02-03 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- He

Re: [PATCHES] Index split WAL reduction

2007-01-02 Thread Heikki Linnakangas
Here's an updated patch that fixes a bug with full_page_writes, and an alignment issue in replay code. Also added a new test case to crashtest.sh that exercises the fixed bug. Has anyone looked at this? I now consider it ready for committing, if no-one sees a problem with it. Here's the orig

Re: [PATCHES] Index split WAL reduction

2006-12-07 Thread Heikki Linnakangas
Here's an updated patch, with a high key related bug and *_desc functions fixed. And an updated crashtest.sh as well. Heikki Linnakangas wrote: Hi, Currently, an index split writes all the data on the split page to WAL. That's a lot of WAL traffic. The tuples that are copied to the right pag