mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Fix indentation again.
Because somehow I manage to keep forgetting this.
This commit is contained in:
parent
c65bc2e1d1
commit
796bdda484
|
|
@ -16,7 +16,7 @@
|
||||||
#include "executor/executor.h"
|
#include "executor/executor.h"
|
||||||
#include "parser/parse_node.h"
|
#include "parser/parse_node.h"
|
||||||
|
|
||||||
struct ExplainState; /* defined in explain_state.h */
|
struct ExplainState; /* defined in explain_state.h */
|
||||||
|
|
||||||
/* Hook for plugins to get control in ExplainOneQuery() */
|
/* Hook for plugins to get control in ExplainOneQuery() */
|
||||||
typedef void (*ExplainOneQuery_hook_type) (Query *query,
|
typedef void (*ExplainOneQuery_hook_type) (Query *query,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user