10000
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 9cb8381 commit 5579177Copy full SHA for 5579177
src/backend/storage/buffer/freelist.c
@@ -400,8 +400,8 @@ StrategySyncStart(uint32 *complete_passes, uint32 *num_buf_alloc)
400
/*
401
* StrategyNotifyBgWriter -- set or clear allocation notification latch
402
*
403
- * If bgwriterLatch isn't NULL, the next invocation of StrategyGetBuffer will
404
- * 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
405
* happens. This feature is used by the bgwriter process to wake itself up
406
* from hibernation, and is not meant for anybody else to use.
407
*/
0 commit comments