pgsql: Update obsolete comment - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Update obsolete comment
Date
Msg-id E1vslCL-001TmY-1w@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3894f08abe490d31518d038b0a8eaa46ce971b03

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