We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee2ae2 commit a3c969dCopy full SHA for a3c969d
src/backend/executor/instrument.c
@@ -7,7 +7,7 @@
7
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
8
*
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/executor/instrument.c,v 1.6 2003/11/29 19:51:48 pgsql Exp $
+ * $PostgreSQL: pgsql/src/backend/executor/instrument.c,v 1.7 2004/01/30 22:44:21 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -37,7 +37,7 @@ InstrStartNode(Instrumentation *instr)
37
return;
38
39
if (instr->starttime.tv_sec != 0 || instr->starttime.tv_usec != 0)
40
- elog(DEBUG2, "InstrStartTimer called twice in a row");
+ elog(DEBUG2, "InstrStartNode called twice in a row");
41
else
42
gettimeofday(&instr->starttime, NULL);
43
}
0 commit comments