mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05:00
Update obsolete comment
table_tuple_update's update_indexes argument hasn't been a boolean since
commit 19d8e2308b.
Backpatch-through: 16
This commit is contained in:
parent
c33d67fd18
commit
f4ec7154ce
1 changed files with 2 additions and 2 deletions
|
|
@ -1520,8 +1520,8 @@ table_tuple_delete(Relation rel, ItemPointer tid, CommandId cid,
|
|||
* Output parameters:
|
||||
* tmfd - filled in failure cases (see below)
|
||||
* lockmode - filled with lock mode acquired on tuple
|
||||
* update_indexes - in success cases this is set to true if new index entries
|
||||
* are required for this tuple
|
||||
* update_indexes - in success cases this is set if new index entries
|
||||
* are required for this tuple; see TU_UpdateIndexes
|
||||
*
|
||||
* Normal, successful return value is TM_Ok, which means we did actually
|
||||
* update it. Failure return codes are TM_SelfModified, TM_Updated, and
|
||||
|
|
|
|||
Loading…
Reference in a new issue