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 1a2d9a6 commit 73293ebCopy full SHA for 73293eb
src/backend/storage/buffer/freelist.c
@@ -406,8 +406,8 @@ StrategySyncStart(uint32 *complete_passes, uint32 *num_buf_alloc)
406
/*
407
* StrategyNotifyBgWriter -- set or clear allocation notification latch
408
*
409
- * If bgwriterLatch isn't NULL, the next invocation of StrategyGetBuffer will
410
- * set that latch. Pass NULL to clear the pending notification before it
+ * If bgwprocno isn't -1, the next invocation of StrategyGetBuffer will
+ * set that latch. Pass -1 to clear the pending notification before it
411
* happens. This feature is used by the bgwriter process to wake itself up
412
* from hibernation, and is not meant for anybody else to use.
413
*/
0 commit comments