We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent93063e2 commit3be30d0Copy full SHA for 3be30d0
src/backend/access/nbtree/nbtxlog.c
@@ -982,9 +982,9 @@ btree_xlog_newroot(XLogReaderState *record)
982
* As far as any backend operating during original execution is concerned, the
983
* FSM is a cache of recycle-safe pages; the mere presence of the page in the
984
* FSM indicates that the page must already be safe to recycle (actually,
985
- *_bt_getbuf() verifies it's safe using BTPageIsRecyclable(), but that's just
986
- * because it would be unwise to completely trust the FSM, given its current
987
- * limitations).
+ *_bt_allocbuf() verifies it's safe using BTPageIsRecyclable(), but that's
+ *justbecause it would be unwise to completely trust the FSM, given its
+ *currentlimitations).
988
*
989
* This isn't sufficient to prevent similar concurrent recycling race
990
* conditions during Hot Standby, though. For that we need to log a