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 849462a commit aae7af3Copy full SHA for aae7af3
src/backend/access/nbtree/nbtinsert.c
@@ -1740,8 +1740,7 @@ _bt_insert_parent(Relation rel,
1740
{
1741
BTPageOpaque lpageop;
1742
1743
- if (!InRecovery)
1744
- elog(DEBUG2, "concurrent ROOT page split");
+ elog(DEBUG2, "concurrent ROOT page split");
1745
lpageop = (BTPageOpaque) PageGetSpecialPointer(page);
1746
/* Find the leftmost page at the next level up */
1747
pbuf = _bt_get_endpoint(rel, lpageop->btpo.level + 1, false);
0 commit comments