Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0e282207
Commit
0e282207
authored
Nov 04, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure all the cleaned up includes are commited
parent
dc037969
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
src/include/executor/execdesc.h
src/include/executor/execdesc.h
+5
-4
src/include/nodes/plannodes.h
src/include/nodes/plannodes.h
+3
-3
No files found.
src/include/executor/execdesc.h
View file @
0e282207
...
@@ -7,16 +7,17 @@
...
@@ -7,16 +7,17 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: execdesc.h,v 1.
1 1996/08/28 07:22:08
scrappy Exp $
* $Id: execdesc.h,v 1.
2 1996/11/04 12:11:40
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef EXECDESC_H
#ifndef EXECDESC_H
#define EXECDESC_H
#define EXECDESC_H
#include "nodes/parsenodes.h"
#include <tcop/dest.h>
#include "nodes/plannodes.h"
#include <nodes/plannodes.h>
#include "tcop/dest.h"
#include <nodes/parsenodes.h>
#include <nodes/nodes.h>
/* ----------------
/* ----------------
* query descriptor:
* query descriptor:
...
...
src/include/nodes/plannodes.h
View file @
0e282207
...
@@ -6,14 +6,15 @@
...
@@ -6,14 +6,15 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: plannodes.h,v 1.
3 1996/11/03 12:12:57
scrappy Exp $
* $Id: plannodes.h,v 1.
4 1996/11/04 12:11:44
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef PLANNODES_H
#ifndef PLANNODES_H
#define PLANNODES_H
#define PLANNODES_H
#include "nodes/primnodes.h"
#include <nodes/execnodes.h>
#include <nodes/nodes.h>
/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
* Executor State types are used in the plannode structures
* Executor State types are used in the plannode structures
...
@@ -49,7 +50,6 @@
...
@@ -49,7 +50,6 @@
*
*
* ----------------------------------------------------------------
* ----------------------------------------------------------------
*/
*/
#include "nodes/execnodes.h"
/* XXX move executor types elsewhere */
/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment