mirror of
https://github.com/postgres/postgres.git
synced 2026-06-27 09:22:52 -04:00
parent
ee07e38c14
commit
03e10b962f
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ void
|
|||
InstrStartNode(Instrumentation *instr)
|
||||
{
|
||||
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");
|
||||
|
||||
/* save buffer usage totals at node entry, if needed */
|
||||
|
|
|
|||
Loading…
Reference in a new issue