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 @@ -268,7 +268,7 @@ ExecCloseIndices(ResultRelInfo *resultRelInfo)
268
268
* executor is performing an UPDATE that could not use an
269
269
* optimization like heapam's HOT (in more general terms a
270
270
* call to table_tuple_update() took place and set
271
- * 'update_indexes' to TUUI_All ). Receiving this hint makes
271
+ * 'update_indexes' to TU_All ). Receiving this hint makes
272
272
* us consider if we should pass down the 'indexUnchanged'
273
273
* hint in turn. That's something that we figure out for
274
274
* each index_insert() call iff 'update' is true.
@@ -279,7 +279,7 @@ ExecCloseIndices(ResultRelInfo *resultRelInfo)
279
279
* HOT has been applied and any updated columns are indexed
280
280
* only by summarizing indexes (or in more general terms a
281
281
* call to table_tuple_update() took place and set
282
- * 'update_indexes' to TUUI_Summarizing ). We can (and must)
282
+ * 'update_indexes' to TU_Summarizing ). We can (and must)
283
283
* therefore only update the indexes that have
284
284
* 'amsummarizing' = true.
285
285
*
You can’t perform that action at this time.
0 commit comments