Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels.

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

Commit: e1623b7d86812ee6ab98a42f38b43a192c149988
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-04-14T18:28:24Z
Releases: 14.0
Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels.

That field went away in commit edca44b15, but it seems that
commit 45be99f8c re-introduced some comments mentioning it.
Noted by James Coleman, though this isn't exactly his
proposed new wording.  Also thanks to Justin Pryzby for
software archaeology.

Discussion: https://postgr.es/m/CAAaqYe8fxZjq3na+XkNx4C78gDqykH-7dbnzygm9Qa9nuDTePg@mail.gmail.com

Files

PathChange+/−
src/backend/optimizer/path/joinpath.c modified +5 −5

Discussion