File tree 1 file changed +3
-3
lines changed
src/backend/access/nbtree
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -982,9 +982,9 @@ btree_xlog_newroot(XLogReaderState *record)
982
982
* As far as any backend operating during original execution is concerned, the
983
983
* FSM is a cache of recycle-safe pages; the mere presence of the page in the
984
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).
985
+ * _bt_allocbuf () verifies it's safe using BTPageIsRecyclable(), but that's
986
+ * just because it would be unwise to completely trust the FSM, given its
987
+ * current limitations).
988
988
*
989
989
* This isn't sufficient to prevent similar concurrent recycling race
990
990
* conditions during Hot Standby, though. For that we need to log a
You can’t perform that action at this time.
0 commit comments