Fix typo in commit 6f7d02aa60b7
Per pink buildfarm.
This commit is contained in:
parent
ee07e38c14
commit
03e10b962f
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user