Comment nitpicking in predicate_refuted_by_recurse()

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Comment nitpicking in predicate_refuted_by_recurse()
Дата
Msg-id 559E0C4F.20903@lab.ntt.co.jp
обсуждение исходный текст
Список pgsql-hackers
Attached find patch that makes certain comments in
predicate_refuted_by_recurse() clearer, for example:

-        * AND-clause R=> AND-clause if A refutes any of B's items
+        * AND-clause A R=> AND-clause B if A refutes any of B's items

The comment above the function is written using the latter style so adopt
the same style inside the function.

Thanks,
Amit

Вложения

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Implementation of global temporary tables?
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Fix to expose a GUC variable, Log_disconnections, to outside of postgres.c