Add missing MUSTTAIL

This commit is contained in:
2024-10-11 16:51:00 -07:00
parent 2c253c29b5
commit ecdbaaf2c1

View File

@@ -3424,7 +3424,7 @@ FLATTEN PRESERVE_NONE void begin(CheckJob *job, CheckContext *context) {
job->readVersion, context->tls)
? ConflictSet::Commit
: ConflictSet::Conflict;
return complete(job, context);
MUSTTAIL return complete(job, context);
}
} // namespace check_range_read_state_machine