pgsql: Fix outdated comments

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated comments
Date: 2024-08-12 11:41:32
Message-ID: E1sdTQa-003qOD-51@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix outdated comments

A few fields in ResultRelInfo are now also used for MERGE. Update the
comments to mention that.

Reported-by: jian he <jian(dot)universality(at)gmail(dot)com>
Discussion: https://postgr.es/m/CACJufxH8-NvFhLcSZZTTW+1M9AfS4+SOTKmyPG7ZhzNvN=+NkA@mail.gmail.com:wq

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/313df8f5adde186b0052d7d634a6d0ae41852de0

Modified Files
--------------
src/include/nodes/execnodes.h | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-08-12 15:35:58 pgsql: Add user-callable CRC functions.
Previous Message David Rowley 2024-08-12 11:27:43 pgsql: Fix a series of typos and outdated references