pgsql: Fix another oversight in CustomScan patch.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix another oversight in CustomScan patch.
Дата
Msg-id E1XrXjA-00028B-4p@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix another oversight in CustomScan patch.

disuse_physical_tlist() must work for all plan types handled by
create_scan_plan().

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/03e574af5f5d4682ce3ae6dc401ba126c70ce2ea

Modified Files
--------------
src/backend/optimizer/plan/createplan.c |    1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove no-longer-needed phony typedefs in genbki.h.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix another oversight in CustomScan patch.