summaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-05-14 09:37:35 +0900
committerMichael Paquier <michael@paquier.xyz>2019-05-14 09:37:35 +0900
commit7e19929ea29668f3d01280262e407b93042c959a (patch)
tree1785de8a1f836c4ff49603397e097ebe65dc9965 /src/include/nodes/execnodes.h
parentae7291acbc5ae4c3751615177fc256f9f3399403 (diff)
downloadpostgresql-7e19929ea29668f3d01280262e407b93042c959a.tar.gz
Fix duplicated words in comments
Author: Stephen Amell Discussion: https://postgr.es/m/539fa271-21b3-777e-a468-d96cffe9c768@gmail.com
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r--src/include/nodes/execnodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index ff3328752e..4b1635eb8b 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -593,7 +593,7 @@ typedef struct EState
* and with which options. es_jit is created on-demand when JITing is
* performed.
*
- * es_jit_combined_instr is the the combined, on demand allocated,
+ * es_jit_combined_instr is the combined, on demand allocated,
* instrumentation from all workers. The leader's instrumentation is kept
* separate, and is combined on demand by ExplainPrintJITSummary().
*/