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
87b07a39
Commit
87b07a39
authored
Nov 06, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Further include file cleanups
parent
9e3d4c43
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
src/include/nodes/relation.h
src/include/nodes/relation.h
+3
-5
src/include/optimizer/xfunc.h
src/include/optimizer/xfunc.h
+3
-2
No files found.
src/include/nodes/relation.h
View file @
87b07a39
...
...
@@ -6,17 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: relation.h,v 1.
2 1996/10/31 09:49
:18 scrappy Exp $
* $Id: relation.h,v 1.
3 1996/11/06 07:44
:18 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RELATION_H
#define RELATION_H
#include "nodes/pg_list.h"
#include "nodes/primnodes.h"
#include "nodes/parsenodes.h"
#include "nodes/nodes.h"
#include <nodes/parsenodes.h>
#include <nodes/primnodes.h>
/*
* Relid
...
...
src/include/optimizer/xfunc.h
View file @
87b07a39
...
...
@@ -6,14 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: xfunc.h,v 1.
1 1996/08/28 07:23:30
scrappy Exp $
* $Id: xfunc.h,v 1.
2 1996/11/06 07:44:13
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef XFUNC_H
#define XFUNC_H
#include "nodes/relation.h"
#include <utils/rel.h>
#include <nodes/relation.h>
/* command line arg flags */
#define XFUNC_OFF -1
/* do no optimization of expensive preds */
...
...
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