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