Re: Stale comments for the tuple_update/tuple_delete options parameter

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Nikhil Sontakke <nikhil(at)planetscale(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Stale comments for the tuple_update/tuple_delete options parameter
Date: 2026-08-11 10:25:58
Message-ID: anr4VLZNRi9BdJMF@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Nikhil,

On 2026-Aug-11, Nikhil Sontakke wrote:

> Hi,
>
> While reading the table AM interface I noticed that the comments for the
> options parameter of tuple_update() and tuple_delete() have drifted from
> the code.

Agreed, the patch looks reasonable in an initial quick look. Will get
this pushed to 19 and master once the embargo is lifted.

Thanks

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bingshuai Li 2026-08-11 11:00:59 Bug in logical decoding with DDL and subtransactions
Previous Message Álvaro Herrera 2026-08-11 10:23:03 Re: Crash issue in PG18.5 regression