pgsql: Update obsolete comment - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Update obsolete comment
Date
Msg-id E1vslCL-001Tma-1z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update obsolete comment

table_tuple_update's update_indexes argument hasn't been a boolean since
commit 19d8e2308bc5.

Backpatch-through: 16

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/649bd26a4021c2a00999ecea2296c459a21d84dc

Modified Files
--------------
src/include/access/tableam.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix the volatility setting of json{b}_strip_nulls
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Use standard die() handler for SIGTERM in bgworkers