We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e25cdb commit f10676dCopy full SHA for f10676d
src/backend/storage/buffer/freelist.c
@@ -380,10 +380,10 @@ StrategyFreeBuffer(BufferDesc *buf)
380
}
381
382
/*
383
- * StrategySyncStart -- tell BufferSync where to start syncing
+ * StrategySyncStart -- tell BgBufferSync where to start syncing
384
*
385
* The result is the buffer index of the best buffer to sync first.
386
- * BufferSync() will proceed circularly around the buffer array from there.
+ * BgBufferSync() will proceed circularly around the buffer array from there.
387
388
* In addition, we return the completed-pass count (which is effectively
389
* the higher-order bits of nextVictimBuffer) and the count of recent buffer
0 commit comments