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