1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

More cleanup

This commit is contained in:
Bruce Momjian
1999-07-16 17:07:40 +00:00
parent 4d5aa343de
commit 773088809d
35 changed files with 84 additions and 80 deletions

View File

@ -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);