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
0c960e7f
Commit
0c960e7f
authored
Nov 03, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More include file cleanups
parent
4bdf308b
Changes
16
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
35 additions
and
92 deletions
+35
-92
src/backend/access/common/heaptuple.c
src/backend/access/common/heaptuple.c
+1
-3
src/backend/access/common/heapvalid.c
src/backend/access/common/heapvalid.c
+3
-13
src/backend/access/common/indextuple.c
src/backend/access/common/indextuple.c
+4
-17
src/backend/access/common/indexvalid.c
src/backend/access/common/indexvalid.c
+3
-8
src/backend/access/common/printtup.c
src/backend/access/common/printtup.c
+3
-10
src/backend/access/common/scankey.c
src/backend/access/common/scankey.c
+1
-2
src/backend/access/common/tupdesc.c
src/backend/access/common/tupdesc.c
+1
-6
src/include/access/heapam.h
src/include/access/heapam.h
+2
-11
src/include/access/heaptuple.h
src/include/access/heaptuple.h
+5
-1
src/include/access/ibit.h
src/include/access/ibit.h
+2
-2
src/include/access/itup.h
src/include/access/itup.h
+2
-2
src/include/access/relscan.h
src/include/access/relscan.h
+3
-3
src/include/access/xact.h
src/include/access/xact.h
+1
-8
src/include/nodes/memnodes.h
src/include/nodes/memnodes.h
+2
-1
src/include/utils/mcxt.h
src/include/utils/mcxt.h
+1
-3
src/include/utils/tqual.h
src/include/utils/tqual.h
+1
-2
No files found.
src/backend/access/common/heaptuple.c
View file @
0c960e7f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.1
2 1996/11/01 09:41:35
scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.1
3 1996/11/03 08:16:44
scrappy Exp $
*
*
* NOTES
* NOTES
* The old interface functions have been converted to macros
* The old interface functions have been converted to macros
...
@@ -21,9 +21,7 @@
...
@@ -21,9 +21,7 @@
#include "access/htup.h"
#include "access/htup.h"
#include "access/transam.h"
#include "access/transam.h"
#include "access/tupdesc.h"
#include "access/tupmacs.h"
#include "access/tupmacs.h"
#include "storage/buf.h"
#include "storage/bufpage.h"
#include "storage/bufpage.h"
#include "utils/memutils.h"
#include "utils/memutils.h"
#include "utils/palloc.h"
#include "utils/palloc.h"
...
...
src/backend/access/common/heapvalid.c
View file @
0c960e7f
...
@@ -7,28 +7,18 @@
...
@@ -7,28 +7,18 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.
9 1996/11/01 09:41:37
scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.
10 1996/11/03 08:16:46
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include "access/htup.h"
#include "utils/rel.h"
#include "access/tupdesc.h"
#include "fmgr.h"
#include "fmgr.h"
#include "catalog/pg_attribute.h"
#include "access/heaptuple.h"
#include "storage/buf.h"
#include "storage/item.h"
#include "storage/itemid.h"
#include "storage/page.h"
#include "access/xact.h"
#include "access/xact.h"
#include "storage/bufpage.h"
#include "storage/bufpage.h"
#include "utils/rel.h"
#include "access/heaptuple.h"
#include "utils/tqual.h"
#include "utils/tqual.h"
/* ----------------
/* ----------------
...
...
src/backend/access/common/indextuple.c
View file @
0c960e7f
...
@@ -8,33 +8,20 @@
...
@@ -8,33 +8,20 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.
8 1996/11/01 09:41:3
7 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.
9 1996/11/03 08:16:4
7 scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include <string.h>
#include "postgres.h"
#include "postgres.h"
#include "access/htup.h"
#include "utils/rel.h"
#include "access/tupmacs.h"
#include "catalog/pg_attribute.h"
#include "storage/buf.h"
#include "utils/memutils.h"
#include "utils/palloc.h"
#include "access/heapam.h"
#include "access/ibit.h"
#include "access/ibit.h"
#include "access/tupdesc.h"
#include "access/itup.h"
#include "access/itup.h"
#include "utils/tqual.h"
#include "access/relscan.h"
#include "access/relscan.h"
#include "access/tupmacs.h"
#include "utils/palloc.h"
#include "access/heapam.h"
static
Size
IndexInfoFindDataOffset
(
unsigned
short
t_info
);
static
Size
IndexInfoFindDataOffset
(
unsigned
short
t_info
);
...
...
src/backend/access/common/indexvalid.c
View file @
0c960e7f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.
9 1996/11/01 09:41:3
8 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.
10 1996/11/03 08:16:4
8 scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -15,14 +15,9 @@
...
@@ -15,14 +15,9 @@
#include "postgres.h"
#include "postgres.h"
#include "access/htup.h"
#include "access/htup.h"
#include "access/tupdesc.h"
#include "executor/execdebug.h"
#include "access/skey.h"
#include "access/itup.h"
#include "access/itup.h"
#include "access/skey.h"
#include "executor/execdebug.h"
/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
* index scan key qualification code
* index scan key qualification code
...
...
src/backend/access/common/printtup.c
View file @
0c960e7f
...
@@ -8,31 +8,24 @@
...
@@ -8,31 +8,24 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.
7 1996/11/01 09:41:3
9 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.
8 1996/11/03 08:16:4
9 scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include <stdio.h>
#include <sys/types.h>
#include <netinet/in.h>
#include "postgres.h"
#include "postgres.h"
#include "access/h
tup.h"
#include "access/h
eaptuple.h"
#include "utils/rel.h"
#include "utils/rel.h"
#include "
access/tupdes
c.h"
#include "
utils/pallo
c.h"
#include "fmgr.h"
#include "fmgr.h"
#include "libpq/pqcomm.h"
#include "libpq/pqcomm.h"
#include "storage/buf.h"
#include "utils/palloc.h"
#include "libpq/libpq.h"
#include "libpq/libpq.h"
#include "catalog/pg_type.h"
#include "catalog/pg_type.h"
#include "utils/syscache.h"
#include "utils/syscache.h"
#include "access/heaptuple.h"
/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
* printtup / debugtup support
* printtup / debugtup support
...
...
src/backend/access/common/scankey.c
View file @
0c960e7f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.
6 1996/11/01 09:41:4
0 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.
7 1996/11/03 08:16:5
0 scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
#include "fmgr.h"
#include "fmgr.h"
#include "access/attnum.h"
#include "access/attnum.h"
#include "access/skey.h"
#include "access/skey.h"
/*
/*
...
...
src/backend/access/common/tupdesc.c
View file @
0c960e7f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.
7 1996/11/01 09:41:4
1 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.
8 1996/11/03 08:16:5
1 scrappy Exp $
*
*
* NOTES
* NOTES
* some of the executor utility code such as "ExecTypeFromTL" should be
* some of the executor utility code such as "ExecTypeFromTL" should be
...
@@ -16,15 +16,10 @@
...
@@ -16,15 +16,10 @@
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include <string.h>
#include <stdio.h>
#include <time.h>
#include "postgres.h"
#include "postgres.h"
#include "access/htup.h"
#include "access/htup.h"
#include "utils/rel.h"
#include "utils/rel.h"
#include "access/tupdesc.h"
#include "utils/fcache.h"
#include "utils/fcache.h"
#include "utils/geo-decls.h"
#include "utils/geo-decls.h"
...
...
src/include/access/heapam.h
View file @
0c960e7f
...
@@ -6,24 +6,15 @@
...
@@ -6,24 +6,15 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: heapam.h,v 1.
3 1996/10/31 09:46:37
scrappy Exp $
* $Id: heapam.h,v 1.
4 1996/11/03 08:17:18
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef HEAPAM_H
#ifndef HEAPAM_H
#define HEAPAM_H
#define HEAPAM_H
#include <sys/types.h>
#include "access/attnum.h"
#include "access/htup.h"
#include "access/relscan.h"
#include "access/relscan.h"
#include "access/skey.h"
#include "storage/buf.h"
#include "utils/tqual.h"
#include "access/tupdesc.h"
#include "storage/smgr.h"
#include "utils/rel.h"
/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
* heap access method statistics
* heap access method statistics
...
...
src/include/access/heaptuple.h
View file @
0c960e7f
...
@@ -6,13 +6,17 @@
...
@@ -6,13 +6,17 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: heaptuple.h,v 1.
1 1996/10/18 17:58:33
scrappy Exp $
* $Id: heaptuple.h,v 1.
2 1996/11/03 08:17:19
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef HEAPTUPLE_H
#ifndef HEAPTUPLE_H
#define HEAPTUPLE_H
#define HEAPTUPLE_H
#include "access/htup.h"
#include "storage/buf.h"
#include "access/tupdesc.h"
extern
char
*
heap_getattr
(
HeapTuple
tup
,
extern
char
*
heap_getattr
(
HeapTuple
tup
,
Buffer
b
,
Buffer
b
,
int
attnum
,
int
attnum
,
...
...
src/include/access/ibit.h
View file @
0c960e7f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: ibit.h,v 1.
2 1996/10/19 04:09:32
scrappy Exp $
* $Id: ibit.h,v 1.
3 1996/11/03 08:17:20
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
...
src/include/access/itup.h
View file @
0c960e7f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: itup.h,v 1.
2 1996/10/19 04:08:58
scrappy Exp $
* $Id: itup.h,v 1.
3 1996/11/03 08:17:21
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
...
src/include/access/relscan.h
View file @
0c960e7f
...
@@ -6,15 +6,15 @@
...
@@ -6,15 +6,15 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: relscan.h,v 1.
3 1996/10/23 07:41:30
scrappy Exp $
* $Id: relscan.h,v 1.
4 1996/11/03 08:17:22
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef RELSCAN_H
#ifndef RELSCAN_H
#define RELSCAN_H
#define RELSCAN_H
#include "utils/tqual.h"
#include "utils/rel.h"
#include "utils/rel.h"
#include "utils/tqual.h"
#include "storage/buf.h"
#include "storage/buf.h"
typedef
ItemPointerData
MarkData
;
typedef
ItemPointerData
MarkData
;
...
...
src/include/access/xact.h
View file @
0c960e7f
...
@@ -6,20 +6,13 @@
...
@@ -6,20 +6,13 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: xact.h,v 1.
1 1996/08/27 21:50:29
scrappy Exp $
* $Id: xact.h,v 1.
2 1996/11/03 08:17:23
scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef XACT_H
#ifndef XACT_H
#define XACT_H
#define XACT_H
#include <signal.h>
#include "storage/ipc.h"
#include "miscadmin.h"
#include "utils/portal.h"
#include "utils/elog.h"
#include "utils/mcxt.h"
#include "utils/nabstime.h"
#include "utils/nabstime.h"
/* ----------------
/* ----------------
...
...
src/include/nodes/memnodes.h
View file @
0c960e7f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: memnodes.h,v 1.
2 1996/10/19 06:2
7:27 scrappy Exp $
* $Id: memnodes.h,v 1.
3 1996/11/03 08:1
7:27 scrappy Exp $
*
*
* XXX the typedefs in this file are different from the other ???nodes.h;
* XXX the typedefs in this file are different from the other ???nodes.h;
* they are pointers to structures instead of the structures themselves.
* they are pointers to structures instead of the structures themselves.
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
#ifndef MEMNODES_H
#ifndef MEMNODES_H
#define MEMNODES_H
#define MEMNODES_H
#include "nodes/nodes.h"
#include "utils/memutils.h"
#include "utils/memutils.h"
#include "lib/fstack.h"
#include "lib/fstack.h"
...
...
src/include/utils/mcxt.h
View file @
0c960e7f
...
@@ -6,16 +6,14 @@
...
@@ -6,16 +6,14 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: mcxt.h,v 1.
2 1996/10/31 09:51:2
4 scrappy Exp $
* $Id: mcxt.h,v 1.
3 1996/11/03 08:17:3
4 scrappy Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef MCXT_H
#ifndef MCXT_H
#define MCXT_H
#define MCXT_H
#include "nodes/memnodes.h"
#include "nodes/memnodes.h"
#include "nodes/nodes.h"
extern
MemoryContext
CurrentMemoryContext
;
extern
MemoryContext
CurrentMemoryContext
;
extern
MemoryContext
TopMemoryContext
;
extern
MemoryContext
TopMemoryContext
;
...
...
src/include/utils/tqual.h
View file @
0c960e7f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: tqual.h,v 1.
3 1996/10/23 07:42:13
scrappy Exp $
* $Id: tqual.h,v 1.
4 1996/11/03 08:17:38
scrappy Exp $
*
*
* NOTE
* NOTE
* It may be desirable to allow time qualifications to indicate
* It may be desirable to allow time qualifications to indicate
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
#ifndef TQUAL_H
#ifndef TQUAL_H
#define TQUAL_H
#define TQUAL_H
#include "utils/nabstime.h"
#include "access/htup.h"
#include "access/htup.h"
typedef
struct
TimeQualSpace
{
typedef
struct
TimeQualSpace
{
...
...
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