8000 Fix typos in comments · postgres/postgres@d742318 · GitHub
[go: up one dir, main page]

Skip to content

Commit d742318

Browse files
committed
Fix typos in comments
Commit 19d8e23 added enum values with the prefix TU_, but a few comments still referred to TUUI_, which was used in development versions of the patches committed as 19d8e23. Author: Yugo Nagata <nagata@sraoss.co.jp> Discussion: https://postgr.es/m/20250701110216.8ac8a9e4c6f607f1d954f44a@sraoss.co.jp Backpatch-through: 16
1 parent c15798c commit d742318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/execIndexing.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ ExecCloseIndices(ResultRelInfo *resultRelInfo)
263263
* executor is performing an UPDATE that could not use an
264264
* optimization like heapam's HOT (in more general terms a
265265
* 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
267267
* us consider if we should pass down the 'indexUnchanged'
268268
* hint in turn. That's something that we figure out for
269269
* each index_insert() call iff 'update' is true.
@@ -274,7 +274,7 @@ ExecCloseIndices(ResultRelInfo *resultRelInfo)
274274
* HOT has been applied and any updated columns are indexed
275275
* only by summarizing indexes (or in more general terms a
276276
* 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)
278278
* therefore only update the indexes that have
279279
* 'amsummarizing' = true.
280280
*

0 commit comments

Comments
 (0)
0