Update comment in set_dummy_rel_pathlist().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: be98a550cc81994959f19a117cb2732762df924c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-03-28T15:44:00Z
Releases: 17.0
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

Files

PathChange+/−
src/backend/optimizer/path/allpaths.c modified +3 −3

Discussion