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 3738651 commit 226fd0cCopy full SHA for 226fd0c
src/include/storage/buf_internals.h
@@ -166,7 +166,7 @@ typedef struct BufferDesc
166
* Note that local buffer descriptors aren't forced to be aligned - as there's
167
* no concurrent access to those it's unlikely to be beneficial.
168
*
169
- * We use 64bit as the cache line size here, because that's the most common
+ * We use a 64-byte cache line size here, because that's the most common
170
* size. Making it bigger would be a waste of memory. Even if running on a
171
* platform with either 32 or 128 byte line sizes, it's good to align to
172
* boundaries and avoid false sharing.
0 commit comments