Commit 03e10b96 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo in commit 6f7d02aa

Per pink buildfarm.
parent ee07e38c
...@@ -63,7 +63,7 @@ void ...@@ -63,7 +63,7 @@ void
InstrStartNode(Instrumentation *instr) InstrStartNode(Instrumentation *instr)
{ {
if (instr->need_timer && if (instr->need_timer &&
INSTR_TIME_SET_CURRENT_LAZY(instr->starttime)) !INSTR_TIME_SET_CURRENT_LAZY(instr->starttime))
elog(ERROR, "InstrStartNode called twice in a row"); elog(ERROR, "InstrStartNode called twice in a row");
/* save buffer usage totals at node entry, if needed */ /* save buffer usage totals at node entry, if needed */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment