pub(crate) fn contains_mz_now(plan: &ReadThenWritePlan) -> boolExpand description
Whether a read-then-write mentions mz_now() anywhere.
Read time and write time differ on this path, so mz_now() has no single
answer and is refused in every position.