postgresql/src/backend/optimizer/path
Amit Langote 0f7863afef Code review for 6190d828cd
* Fix the comment of init_dummy_sjinfo() to remove references to
  non-existing parameters 'rel1' and 'rel2'.

* Adjust consider_new_or_clause() to call init_dummy_sjinfo() to make
  up a SpecialJoinInfo for inner joins like other code sites that
  were adjusted in 6190d828cd to do so.

Author: Richard Guo <guofenglinux@gmail.com>
Reported-by: Richard Guo <guofenglinux@gmail.com>
Discussion: https://postgr.es/m/CAExHW5tHqEf3ASVqvFFcghYGPfpy7o3xnvhHwBGbJFMRH8KjNw@mail.gmail.com
2024-03-25 19:45:27 +09:00
..
allpaths.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
clausesel.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
costsize.c Do not translate dummy SpecialJoinInfos for child joins 2024-03-25 18:06:47 +09:00
equivclass.c Allow planner to use Merge Append to efficiently implement UNION 2024-03-25 14:31:14 +13:00
indxpath.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
joinpath.c Postpone reparameterization of paths until create_plan(). 2024-03-19 14:51:58 -04:00
joinrels.c Code review for 6190d828cd 2024-03-25 19:45:27 +09:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
pathkeys.c Allow planner to use Merge Append to efficiently implement UNION 2024-03-25 14:31:14 +13:00
tidpath.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00