Skip to content

Commit abe403b

Browse files
alvherreRucha Kulkarni
authored andcommitted
Update obsolete comment
table_tuple_update's update_indexes argument hasn't been a boolean since commit 19d8e2308bc5. Backpatch-through: 16 (cherry picked from commit f4ec7154ce8d3e3a572baea682c1f58890a72589)
1 parent 08f9e6d commit abe403b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/include/access/tableam.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,8 +1520,8 @@ table_tuple_delete(Relation rel, ItemPointer tid, CommandId cid,
15201520
* Output parameters:
15211521
* tmfd - filled in failure cases (see below)
15221522
* lockmode - filled with lock mode acquired on tuple
1523-
* update_indexes - in success cases this is set to true if new index entries
1524-
* are required for this tuple
1523+
* update_indexes - in success cases this is set if new index entries
1524+
* are required for this tuple; see TU_UpdateIndexes
15251525
*
15261526
* Normal, successful return value is TM_Ok, which means we did actually
15271527
* update it. Failure return codes are TM_SelfModified, TM_Updated, and

0 commit comments

Comments
 (0)