summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/txn/txn_ckpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/txn/txn_ckpt.c')
-rw-r--r--src/third_party/wiredtiger/src/txn/txn_ckpt.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/src/txn/txn_ckpt.c b/src/third_party/wiredtiger/src/txn/txn_ckpt.c
index 0b4e9394f9f..5d76fc4bd56 100644
--- a/src/third_party/wiredtiger/src/txn/txn_ckpt.c
+++ b/src/third_party/wiredtiger/src/txn/txn_ckpt.c
@@ -1012,7 +1012,8 @@ __txn_checkpoint(WT_SESSION_IMPL *session, const char *cfg[])
conn->txn_global.last_ckpt_timestamp = ckpt_tmp_ts;
}
-err: /*
+err:
+ /*
* Reset the timer so that next checkpoint tracks the progress only if
* configured.
*/
@@ -1678,7 +1679,8 @@ __checkpoint_tree(
else
WT_ERR(__wt_evict_file(session, WT_SYNC_CLOSE));
-fake: /*
+fake:
+ /*
* If we're faking a checkpoint and logging is enabled, recovery should
* roll forward any changes made between now and the next checkpoint,
* so set the checkpoint LSN to the beginning of time.
@@ -1727,7 +1729,8 @@ fake: /*
WT_ERR(__wt_txn_checkpoint_log(
session, false, WT_TXN_LOG_CKPT_STOP, NULL));
-err: /* Resolved the checkpoint for the block manager in the error path. */
+err:
+ /* Resolved the checkpoint for the block manager in the error path. */
if (resolve_bm)
WT_TRET(bm->checkpoint_resolve(bm, session, ret != 0));