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 6a33bb3 commit 71832a1Copy full SHA for 71832a1
src/backend/storage/buffer/freelist.c
@@ -381,10 +381,10 @@ StrategyFreeBuffer(BufferDesc *buf)
381
}
382
383
/*
384
- * StrategySyncStart -- tell BufferSync where to start syncing
+ * StrategySyncStart -- tell BgBufferSync where to start syncing
385
*
386
* The result is the buffer index of the best buffer to sync first.
387
- * BufferSync() will proceed circularly around the buffer array from there.
+ * BgBufferSync() will proceed circularly around the buffer array from there.
388
389
* In addition, we return the completed-pass count (which is effectively
390
* the higher-order bits of nextVictimBuffer) and the count of recent buffer
0 commit comments