pgsql: Improve code comment

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve code comment
Date: 2025-07-01 16:49:06
Message-ID: E1uWeAM-004DW0-0y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve code comment

The previous wording was potentially confusing about the impact of the
OVERRIDING clause on generated columns. Reword slightly to avoid
that.

Reported-by: jian he <jian(dot)universality(at)gmail(dot)com>
Reviewed-by: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CACJufxFMBe0nPXOQZMLTH4Ry5Gyj4m%2B2Z05mRi9KB4hk8rGt9w%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fff0d1edf567c412c9d78cb10e9b67ce78b8e0cb

Modified Files
--------------
src/backend/rewrite/rewriteHandler.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-07-01 18:31:18 pgsql: Fix outdated comment for IndexInfo
Previous Message Tom Lane 2025-07-01 16:40:44 pgsql: Make sure IOV_MAX is defined.