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
d9ebe771
Commit
d9ebe771
authored
Oct 19, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean out include files of including other includes files except those
absolutely required
parent
d7dd05db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
src/include/access/tupdesc.h
src/include/access/tupdesc.h
+3
-5
src/include/nodes/pg_list.h
src/include/nodes/pg_list.h
+1
-3
No files found.
src/include/access/tupdesc.h
View file @
d9ebe771
...
@@ -6,18 +6,16 @@
...
@@ -6,18 +6,16 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: tupdesc.h,v 1.
2 1996/09/16 05:33:13
scrappy Exp $
* $Id: tupdesc.h,v 1.
3 1996/10/19 03:58:34
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef TUPDESC_H
#ifndef TUPDESC_H
#define TUPDESC_H
#define TUPDESC_H
#include "postgres.h"
#include "access/attnum.h"
#include "nodes/pg_list.h"
/* for List */
#include "catalog/pg_attribute.h"
#include "catalog/pg_attribute.h"
#include "access/attnum.h"
#include "nodes/pg_list.h"
typedef
struct
tupleDesc
{
typedef
struct
tupleDesc
{
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
...
...
src/include/nodes/pg_list.h
View file @
d9ebe771
...
@@ -6,15 +6,13 @@
...
@@ -6,15 +6,13 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_list.h,v 1.
1 1996/08/28 01:57:42
scrappy Exp $
* $Id: pg_list.h,v 1.
2 1996/10/19 03:58:29
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef PG_LIST_H
#ifndef PG_LIST_H
#define PG_LIST_H
#define PG_LIST_H
#include <stdio.h>
#include "c.h"
#include "nodes/nodes.h"
#include "nodes/nodes.h"
/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
...
...
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