We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65bc2e commit 796bddaCopy full SHA for 796bdda
src/include/commands/explain.h
@@ -16,7 +16,7 @@
16
#include "executor/executor.h"
17
#include "parser/parse_node.h"
18
19
-struct ExplainState; /* defined in explain_state.h */
+struct ExplainState; /* defined in explain_state.h */
20
21
/* Hook for plugins to get control in ExplainOneQuery() */
22
typedef void (*ExplainOneQuery_hook_type) (Query *query,
0 commit comments