projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65bc2e
)
Fix indentation again.
author
Robert Haas
<
[email protected]
>
Tue, 18 Mar 2025 13:02:36 +0000
(09:02 -0400)
committer
Robert Haas
<
[email protected]
>
Tue, 18 Mar 2025 13:02:36 +0000
(09:02 -0400)
Because somehow I manage to keep forgetting this.
src/include/commands/explain.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/commands/explain.h
b/src/include/commands/explain.h
index 783f67b468a1b0089c8b9e2f6ab334998ad71536..54dc5e5c254369b63e0e31860b8afcb7382b618a 100644
(file)
--- a/
src/include/commands/explain.h
+++ b/
src/include/commands/explain.h
@@
-16,7
+16,7
@@
#include "executor/executor.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() */
typedef void (*ExplainOneQuery_hook_type) (Query *query,