pgsql: Fix comment about cross-checking the varnullingrels

From: Richard Guo <rguo(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment about cross-checking the varnullingrels
Date: 2024-06-10 04:10:27
Message-ID: E1sGWMU-000pPA-DX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment about cross-checking the varnullingrels

The nullingrels match checks are not limited to debugging builds.
Oversight in commit 867be9c07.

Author: Richard Guo
Reviewed-by: Alvaro Herrera, Tom Lane, Robert Haas
Discussion: https://postgr.es/m/CAMbWs4_SDsdYD7DdQw7RXc3jv3axbg+RGZ7aSi9GaqX=F8hNVw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3cb19f45a3f58fb482999be5fae6ecad74f7fa27

Modified Files
--------------
src/backend/optimizer/plan/setrefs.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2024-06-10 14:00:42 pgsql: doc: Mention all options equivalent to pg_dump --filter patterns
Previous Message Thomas Munro 2024-06-10 02:08:06 pgsql: Fix RBM_ZERO_AND_LOCK.