8000
We read every piece of feedback, and take your input very seriously.
To 8000 see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54f99e commit 3b5af0eCopy full SHA for 3b5af0e
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