if (rb->spillBytes <= 0)
        return;
 
-   elog(DEBUG2, "UpdateSpillStats: updating stats %p %lld %lld %lld",
+   elog(DEBUG2, "UpdateDecodingStats: updating stats %p %lld %lld %lld",
         rb,
         (long long) rb->spillTxns,
         (long long) rb->spillCount,
 
        ReorderBufferCleanupTXN(rb, subtxn);
    }
 
-   /* cleanup changes in the toplevel txn */
+   /* cleanup changes in the txn */
    dlist_foreach_modify(iter, &txn->changes)
    {
        ReorderBufferChange *change;
        ReorderBufferTruncateTXN(rb, subtxn);
    }
 
-   /* cleanup changes in the toplevel txn */
+   /* cleanup changes in the txn */
    dlist_foreach_modify(iter, &txn->changes)
    {
        ReorderBufferChange *change;