summaryrefslogtreecommitdiff
path: root/src/include/commands/explain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/explain.h')
-rw-r--r--src/include/commands/explain.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h
deleted file mode 100644
index 7889ccccfb8..00000000000
--- a/src/include/commands/explain.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * explain.h
- * prototypes for explain.c
- *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994-5, Regents of the University of California
- *
- * $Id: explain.h,v 1.17 2002/06/20 20:29:49 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef EXPLAIN_H
-#define EXPLAIN_H
-
-#include "nodes/parsenodes.h"
-#include "tcop/dest.h"
-
-extern void ExplainQuery(ExplainStmt *stmt, CommandDest dest);
-
-#endif /* EXPLAIN_H */