]> granicus.if.org Git - postgresql/blob - src/include/commands/explain.h
Used modified version of indent that understands over 100 typedefs.
[postgresql] / src / include / commands / explain.h
1 /*-------------------------------------------------------------------------
2  *
3  * explain.h--
4  *        prototypes for explain.c
5  *
6  * Copyright (c) 1994-5, Regents of the University of California
7  *
8  * $Id: explain.h,v 1.5 1997/09/08 21:51:38 momjian Exp $
9  *
10  *-------------------------------------------------------------------------
11  */
12 #ifndef EXPLAIN_H
13 #define EXPLAIN_H
14
15 extern void ExplainQuery(Query *query, bool verbose, CommandDest dest);
16
17 #endif                                                  /* EXPLAIN_H */