pgsql: Adjust ExplainOneQuery_hook_type to take a DestReceiver argument

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Adjust ExplainOneQuery_hook_type to take a DestReceiver argument
Дата
Msg-id E1UPZVx-0005da-DL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.

The materialized views patch adjusted ExplainOneQuery to take an
additional DestReceiver argument, but failed to add a matching
argument to the definition of ExplainOneQuery_hook.  This is a
problem for users of the hook that want to call ExplainOnePlan.
Fix by adding the missing argument.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0bf42a5f3b62cde41cb366d3442585429c6d9c50

Modified Files
--------------
src/backend/commands/explain.c |    2 +-
src/include/commands/explain.h |    1 +
2 files changed, 2 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Support indexing of regular-expression searches in contrib/pg_tr
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Add sql_drop event for event triggers