File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ ExecCloseIndices(ResultRelInfo *resultRelInfo)
279
279
* executor is performing an UPDATE that could not use an
280
280
* optimization like heapam's HOT (in more general terms a
281
281
* call to table_tuple_update() took place and set
282
- * 'update_indexes' to TUUI_All ). Receiving this hint makes
282
+ * 'update_indexes' to TU_All ). Receiving this hint makes
283
283
* us consider if we should pass down the 'indexUnchanged'
284
284
* hint in turn. That's something that we figure out for
285
285
* each index_insert() call iff 'update' is true.
@@ -290,7 +290,7 @@ ExecCloseIndices(ResultRelInfo *resultRelInfo)
290
290
* HOT has been applied and any updated columns are indexed
291
291
* only by summarizing indexes (or in more general terms a
292
292
* call to table_tuple_update() took place and set
293
- * 'update_indexes' to TUUI_Summarizing ). We can (and must)
293
+ * 'update_indexes' to TU_Summarizing ). We can (and must)
294
294
* therefore only update the indexes that have
295
295
* 'amsummarizing' = true.
296
296
*
You can’t perform that action at this time.
0 commit comments