Skip to content
Snippets Groups Projects
Commit 03e10b96 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix typo in commit 6f7d02aa

Per pink buildfarm.
parent ee07e38c
No related branches found
No related tags found
No related merge requests found
...@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment