8000
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 f21f81c commit 0b7bcf7Copy full SHA for 0b7bcf7
src/backend/storage/buffer/freelist.c
@@ -293,8 +293,8 @@ StrategySyncStart(uint32 *complete_passes, uint32 *num_buf_alloc)
293
/*
294
* StrategyNotifyBgWriter -- set or clear allocation notification latch
295
*
296
- * If bgwriterLatch isn't NULL, the next invocation of StrategyGetBuffer will
297
- * 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
298
* happens. This feature is used by the bgwriter process to wake itself up
299
* from hibernation, and is not meant for anybody else to use.
300
*/
0 commit comments