We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afec6ba commit 7574af1Copy full SHA for 7574af1
src/include/storage/buf_internals.h
@@ -203,7 +203,7 @@ typedef struct BufferDesc
203
* Note that local buffer descriptors aren't forced to be aligned - as there's
204
* no concurrent access to those it's unlikely to be beneficial.
205
*
206
- * 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
207
* size. Making it bigger would be a waste of memory. Even if running on a
208
* platform with either 32 or 128 byte line sizes, it's good to align to
209
* boundaries and avoid false sharing.
0 commit comments