Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit42f3629

Browse files
committed
Minor comment improvements for instrumentation.h
Remove a duplicated word. Add "of" or "# of" in a couple placesfor clarity and consistency. Start comments with a lower caseletter as we do elsewhere in this file.Rafia Sabih
1 parent9a79823 commit42f3629

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

‎src/include/executor/instrument.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ typedef struct Instrumentation
4848
boolneed_bufusage;/* true if we need buffer usage data */
4949
/* Info about current plan cycle: */
5050
boolrunning;/* true if we've completed first tuple */
51-
instr_timestarttime;/*Start time of current iteration of node */
52-
instr_timecounter;/*Accumulated runtime for this node */
53-
doublefirsttuple;/*Time for first tuple of this cycle */
54-
doubletuplecount;/*Tuples emitted so far this cycle */
55-
BufferUsagebufusage_start;/*Buffer usage at start */
51+
instr_timestarttime;/*start time of current iteration of node */
52+
instr_timecounter;/*accumulated runtime for this node */
53+
doublefirsttuple;/*time for first tuple of this cycle */
54+
doubletuplecount;/*# of tuples emitted so far this cycle */
55+
BufferUsagebufusage_start;/*buffer usage at start */
5656
/* Accumulated statistics across all completed cycles: */
57-
doublestartup;/*Total startup time (in seconds) */
58-
doubletotal;/*Totaltotal time (in seconds) */
59-
doublentuples;/*Total tuples produced */
60-
doublentuples2;/*Secondary node-specific tuple counter */
57+
doublestartup;/*total startup time (in seconds) */
58+
doubletotal;/* total time (in seconds) */
59+
doublentuples;/*total tuples produced */
60+
doublentuples2;/*secondary node-specific tuple counter */
6161
doublenloops;/* # of run cycles for this node */
62-
doublenfiltered1;/* # tuples removed by scanqual or joinqual */
63-
doublenfiltered2;/* # tuples removed by "other" quals */
64-
BufferUsagebufusage;/*Total buffer usage */
62+
doublenfiltered1;/* #oftuples removed by scanqual or joinqual */
63+
doublenfiltered2;/* #oftuples removed by "other" quals */
64+
BufferUsagebufusage;/*total buffer usage */
6565
}Instrumentation;
6666

6767
typedefstructWorkerInstrumentation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp