10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26174d5 commit 5ca543fCopy full SHA for 5ca543f
src/backend/access/transam/xlog.c
@@ -8600,7 +8600,7 @@ get_sync_bit(int method)
8600
8601
/*
8602
* Optimize writes by bypassing kernel cache with O_DIRECT when using
8603
- * O_SYNC, O_DSYNC or O_FSYNC. But only if archiving and streaming are
+ * O_SYNC/O_FSYNC and O_DSYNC. But only if archiving and streaming are
8604
* disabled, otherwise the archive command or walsender process will read
8605
* the WAL soon after writing it, which is guaranteed to cause a physical
8606
* read if we bypassed the kernel cache. We also skip the
0 commit comments