pgsql: Clarify old comment about qual_is_pushdown_safe's handling ofsu

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Clarify old comment about qual_is_pushdown_safe's handling ofsu
Дата
Msg-id E1eJu2r-0008DY-PV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clarify old comment about qual_is_pushdown_safe's handling of subplans.

This comment glossed over the difference between initplans and subplans,
but they are indeed different for our purposes here.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/801386af62eac84c13feec5a643c120cf0ce33bd

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Make memset() use sizeof() rather than re-compute size
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Update typedefs.list and re-run pgindent