mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Change #include's to use <> and "" as appropriate.
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: pquery.h,v 1.12 1999/02/13 23:22:13 momjian Exp $
|
||||
* $Id: pquery.h,v 1.13 1999/07/15 23:04:17 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef PQUERY_H
|
||||
#define PQUERY_H
|
||||
|
||||
#include <executor/execdesc.h>
|
||||
#include "executor/execdesc.h"
|
||||
|
||||
/* moved to execdesc.h
|
||||
extern QueryDesc *CreateQueryDesc(Query *parsetree, Plan *plantree,
|
||||
|
||||
Reference in New Issue
Block a user