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