| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | pgsql-patches(at)postgresql(dot)org |
| Subject: | wal_sync_method as enum |
| Date: | 2008-04-07 10:22:03 |
| Message-ID: | 20080407122203.16ccce6e@mha-laptop |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Attached patch implements wal_sync_method as an enum. I'd like someone
to look it over before I apply it - I don't have the machines to test
all codepaths (and some of it is hard to test - better to read it and
make sure it's right).
In order to implement the enum guc, I had to break out a new
SYNC_METHOD_OPEN_DSYNC out of SYNC_METHOD_OPEN where it was previously
overloaded. This is one of the parts where I'm slightly worried I have
made a mistake.
//Magnus
| Attachment | Content-Type | Size |
|---|---|---|
| wal_sync_method.patch | text/x-patch | 8.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Albe Laurenz | 2008-04-07 10:32:12 | Re: Improve shutdown during online backup |
| Previous Message | Tom Dunstan | 2008-04-07 08:03:48 | Re: [HACKERS] Database owner installable modules patch |