Thanks to visit codestin.com Credit goes to github.com
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 f7a08b6 commit 2f9b769Copy full SHA for 2f9b769
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