1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Fix typo in commit 6f7d02aa60

Per pink buildfarm.
This commit is contained in:
Alvaro Herrera
2018-11-21 15:35:40 -03:00
parent ee07e38c14
commit 03e10b962f

View File

@ -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 */