mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
@ -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 */
|
||||
|
Reference in New Issue
Block a user