pgsql: Code review for 6190d828cd2

Поиск
Список
Период
Сортировка
От Amit Langote
Тема pgsql: Code review for 6190d828cd2
Дата
Msg-id E1rohpm-005Yq0-QE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Code review for 6190d828cd2

* 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 6190d828cd2 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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f7863afef67e462574fe5af6317e26a2f2d47fb

Modified Files
--------------
src/backend/optimizer/path/joinrels.c  |  5 +++--
src/backend/optimizer/util/orclauses.c | 23 +++++------------------
2 files changed, 8 insertions(+), 20 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: pgsql: Do not translate dummy SpecialJoinInfos for child joins
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Track last_inactive_time in pg_replication_slots.