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 aa4eeb3 commit 56f42cfCopy full SHA for 56f42cf
src/include/storage/buf_internals.h
@@ -204,7 +204,7 @@ typedef struct BufferDesc
204
* Note that local buffer descriptors aren't forced to be aligned - as there's
205
* no concurrent access to those it's unlikely to be beneficial.
206
*
207
- * 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
208
* size. Making it bigger would be a waste of memory. Even if running on a
209
* platform with either 32 or 128 byte line sizes, it's good to align to
210
* boundaries and avoid false sharing.
0 commit comments