[HACKERS] Added to TODO

2001-03-20 Thread Bruce Momjian
Added to TODO: * Make elog(LOG) in WAL its own output type, distinct from DEBUG * Delay fsync() when other backends are about to commit too [fsync] * Determine optimal commit_delay value -- Bruce Momjian| http://candle.pha.pa.us

Re: [HACKERS] Allowing WAL fsync to be done via O_SYNC

2001-03-20 Thread Bruce Momjian
Added to TODO: * Determine optimal fdatasync/fsync, O_SYNC/O_DSYNC options * Allow multiple blocks to be written to WAL with one write() Bruce Momjian [EMAIL PROTECTED] writes: It is hard for me to imagine O_* being slower than fsync(), Not hard at all --- if

<    1   2