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
61966462
Commit
61966462
authored
Aug 27, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove include of machine.h
parent
3c0f8ed4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
11 deletions
+5
-11
src/backend/catalog/index.c
src/backend/catalog/index.c
+1
-3
src/backend/commands/copy.c
src/backend/commands/copy.c
+1
-2
src/backend/storage/smgr/md.c
src/backend/storage/smgr/md.c
+1
-2
src/backend/storage/smgr/mm.c
src/backend/storage/smgr/mm.c
+1
-2
src/backend/storage/smgr/smgr.c
src/backend/storage/smgr/smgr.c
+1
-2
No files found.
src/backend/catalog/index.c
View file @
61966462
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.
3 1996/08/26 06:29
:32 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.
4 1996/08/27 22:16
:32 scrappy Exp $
*
*
* INTERFACE ROUTINES
...
...
@@ -72,8 +72,6 @@
#include "parser/catalog_utils.h"
#include "machine.h"
/*
* macros used in guessing how many tuples are on a page.
*/
...
...
src/backend/commands/copy.c
View file @
61966462
...
...
@@ -6,7 +6,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.
6 1996/08/27 07:42:22
scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.
7 1996/08/27 22:17:08
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -43,7 +43,6 @@
#include "utils/memutils.h"
#include "utils/palloc.h"
#include "fmgr.h"
#include "machine.h"
/*
* New copy code.
...
...
src/backend/storage/smgr/md.c
View file @
61966462
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.
4 1996/07/22 23:00:18
scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.
5 1996/08/27 22:20:26
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -17,7 +17,6 @@
#include "postgres.h"
#include "miscadmin.h"
/* for DataDir */
#include "machine.h"
#include "storage/smgr.h"
/* where the declarations go */
#include "storage/block.h"
#include "storage/fd.h"
...
...
src/backend/storage/smgr/mm.c
View file @
61966462
...
...
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.
1.1.1 1996/07/09 06:21:59
scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.
2 1996/08/27 22:20:27
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -19,7 +19,6 @@
#ifdef MAIN_MEMORY
#include <math.h>
#include "machine.h"
#include "storage/ipc.h"
#include "storage/smgr.h"
/* where the declarations go */
#include "storage/block.h"
...
...
src/backend/storage/smgr/smgr.c
View file @
61966462
...
...
@@ -10,14 +10,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.
1.1.1 1996/07/09 06:21:59
scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.
2 1996/08/27 22:20:28
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <string.h>
#include "postgres.h"
#include "machine.h"
#include "storage/ipc.h"
#include "storage/smgr.h"
#include "storage/block.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