Possible typo/unclear comment in joinpath.c

Поиск
Список
Период
Сортировка
От James Coleman
Тема Possible typo/unclear comment in joinpath.c
Дата
Msg-id CAAaqYe8fxZjq3na+XkNx4C78gDqykH-7dbnzygm9Qa9nuDTePg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Possible typo/unclear comment in joinpath.c  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
In joinpath.c three times we reference "extra_lateral_rels" (with
underscores like it's a field), but as far as I can tell that's not a
field anywhere in the source code, and looking at the code that
follows it seems like it should be referencing "lateral_relids" (and
the "extra" is really "extra [in relation to relids]").

Assuming that interpretation is correct, I'd attached a patch to
change all three occurrences to "extra lateral_relids" to reduce
confusion.

Thanks,
James

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Converting contrib SQL functions to new style
Следующее
От: David Christensen
Дата:
Сообщение: [PATCH] expand the units that pg_size_pretty supports on output