We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee07e38 commit 03e10b9Copy full SHA for 03e10b9
src/backend/executor/instrument.c
@@ -63,7 +63,7 @@ void
63
InstrStartNode(Instrumentation *instr)
64
{
65
if (instr->need_timer &&
66
- INSTR_TIME_SET_CURRENT_LAZY(instr->starttime))
+ !INSTR_TIME_SET_CURRENT_LAZY(instr->starttime))
67
elog(ERROR, "InstrStartNode called twice in a row");
68
69
/* save buffer usage totals at node entry, if needed */
0 commit comments