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 2950ff3 commit 049d9b8Copy full SHA for 049d9b8
src/include/storage/buf_internals.h
@@ -174,6 +174,10 @@ typedef struct buftag
174
* Be careful to avoid increasing the size of the struct when adding or
175
* reordering members. Keeping it below 64 bytes (the most common CPU
176
* cache line size) is fairly important for performance.
177
+ *
178
+ * Per-buffer I/O condition variables are currently kept outside this struct in
179
+ * a separate array. They could be moved in here and still fit within that
180
+ * limit on common systems, but for now that is not done.
181
*/
182
typedef struct BufferDesc
183
{
0 commit comments