pgsql: Fix outdated comments - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Fix outdated comments
Date
Msg-id E1sdTQa-003qOD-51@gemulon.postgresql.org
Whole thread Raw
List 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.universality@gmail.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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix a series of typos and outdated references
Next
From: Nathan Bossart
Date:
Subject: pgsql: Add user-callable CRC functions.