mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
More cleanup
This commit is contained in:
@ -5,15 +5,15 @@
|
||||
*
|
||||
* Copyright (c) 1994-5, Regents of the University of California
|
||||
*
|
||||
* $Id: explain.h,v 1.8 1999/02/13 23:21:19 momjian Exp $
|
||||
* $Id: explain.h,v 1.9 1999/07/16 17:07:31 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef EXPLAIN_H
|
||||
#define EXPLAIN_H
|
||||
|
||||
#include "tcop/dest.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
#include "tcop/dest.h"
|
||||
|
||||
extern void ExplainQuery(Query *query, bool verbose, CommandDest dest);
|
||||
|
||||
|
Reference in New Issue
Block a user