pgsql: Update comment in set_dummy_rel_pathlist().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comment in set_dummy_rel_pathlist().
Date: 2024-03-28 15:44:06
Message-ID: E1rprvC-006BJA-D3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comment in set_dummy_rel_pathlist().

This comment claimed that set_dummy_rel_pathlist() has callers
other than (possibly indirectly) set_rel_size(). It doesn't,
so revise the argument to not rely on that.

Noted by Richard Guo.

Discussion: https://postgr.es/m/CAMbWs4-KFEU_fDuJPNCOkUu3rwvZvKBEytkd9VrM4kH4-2h1CQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-03-28 15:52:08 pgsql: ALTER TABLE: rework determination of access method ID
Previous Message Alvaro Herrera 2024-03-28 12:16:47 pgsql: Remove translation markers from libpq-be-fe-helpers.h