Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.

Robert Haas <rhaas@postgresql.org>

Commit: 0bf42a5f3b62cde41cb366d3442585429c6d9c50
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-04-09T14:25:08Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/backend/commands/explain.c modified +1 −1
src/include/commands/explain.h modified +1 −0