Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd212580

Browse files
committed
Another directory totally cleaned out
1 parentabf578a commitd212580

File tree

16 files changed

+51
-66
lines changed

16 files changed

+51
-66
lines changed

‎src/include/storage/backendid.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: backendid.h,v 1.1 1996/08/28 01:57:54 scrappy Exp $
9+
* $Id: backendid.h,v 1.2 1996/11/05 06:10:52 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefBACKENDID_H
1414
#defineBACKENDID_H
1515

1616
/* ----------------
17-
*pulled out of sinval.h to temporarily reduce #include nesting.
1817
*-cim 8/17/90
1918
* ----------------
2019
*/

‎src/include/storage/buf_internals.h

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: buf_internals.h,v 1.4 1996/11/04 04:00:24 momjian Exp $
9+
* $Id: buf_internals.h,v 1.5 1996/11/05 06:10:53 scrappy Exp $
1010
*
1111
* NOTE
1212
*If BUFFERPAGE0 is defined, then 0 will be used as a
@@ -17,13 +17,8 @@
1717
#ifndefBUFMGR_INTERNALS_H
1818
#defineBUFMGR_INTERNALS_H
1919

20-
#include"storage/buf.h"
21-
#include"storage/ipc.h"
22-
#include"storage/shmem.h"
23-
#include"miscadmin.h"
24-
#include"storage/lmgr.h"
25-
#include"utils/rel.h"
26-
#include"utils/relcache.h"
20+
#include<storage/lmgr.h>
21+
#include<storage/buf.h>
2722

2823
/* Buf Mgr constants */
2924
/* in bufmgr.c */

‎src/include/storage/bufmgr.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: bufmgr.h,v 1.6 1996/11/03 12:13:10 scrappy Exp $
9+
* $Id: bufmgr.h,v 1.7 1996/11/05 06:10:54 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefBUFMGR_H
1414
#defineBUFMGR_H
1515

1616
#include<stdio.h>
17-
#include"storage/block.h"
18-
#include"storage/buf.h"
19-
#include"storage/ipc.h"
20-
#include"utils/rel.h"
17+
18+
#include<storage/ipc.h>
19+
#include<storage/block.h>
20+
#include<storage/buf.h>
21+
#include<utils/rel.h>
2122

2223
/*
2324
* the maximum size of a disk block for any possible installation.

‎src/include/storage/bufpage.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: bufpage.h,v 1.6 1996/11/01 09:31:09 scrappy Exp $
9+
* $Id: bufpage.h,v 1.7 1996/11/05 06:10:57 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefBUFPAGE_H
1414
#defineBUFPAGE_H
1515

16-
#include"storage/item.h"
17-
#include"storage/off.h"
18-
#include"storage/page.h"
19-
#include"storage/buf.h"
20-
#include"storage/itemid.h"
16+
#include<storage/off.h>
17+
#include<storage/itemid.h>
18+
#include<storage/item.h>
19+
#include<storage/buf.h>
20+
#include<storage/page.h>
2121

2222
/*
2323
* a postgres disk page is an abstraction layered on top of a postgres

‎src/include/storage/itempos.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: itempos.h,v 1.2 1996/10/31 09:49:50 scrappy Exp $
9+
* $Id: itempos.h,v 1.3 1996/11/05 06:10:58 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefITEMPOS_H
1414
#defineITEMPOS_H
1515

16-
#include"storage/buf.h"
17-
#include"storage/itemid.h"
16+
#include<storage/itemid.h>
17+
#include<storage/buf.h>
1818

1919
typedefstructItemSubpositionData {
2020
Bufferop_db;

‎src/include/storage/large_object.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: large_object.h,v 1.2 1996/10/31 09:49:54 scrappy Exp $
10+
* $Id: large_object.h,v 1.3 1996/11/05 06:10:58 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndefLARGE_OBJECT_H
1515
#defineLARGE_OBJECT_H
1616

17-
#include"utils/rel.h"
18-
#include"access/relscan.h"
17+
#include<sys/types.h>
18+
19+
#include<access/relscan.h>
1920

2021
/*
2122
* This structure will eventually have lots more stuff associated with it.

‎src/include/storage/lmgr.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: lmgr.h,v 1.2 1996/10/31 09:49:56 scrappy Exp $
9+
* $Id: lmgr.h,v 1.3 1996/11/05 06:10:59 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefLMGR_H
1414
#defineLMGR_H
1515

16-
17-
#include"storage/itemptr.h"
18-
#include"storage/lock.h"
19-
#include"utils/rel.h"
16+
#include<storage/lock.h>
17+
#include<utils/rel.h>
2018

2119
/*
2220
* This was moved from pladt.h for the new lock manager. Want to obsolete

‎src/include/storage/lock.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: lock.h,v 1.2 1996/10/31 09:49:57 scrappy Exp $
9+
* $Id: lock.h,v 1.3 1996/11/05 06:11:00 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefLOCK_H_
1414
#defineLOCK_H_
1515

16-
#include"storage/itemptr.h"
17-
#include"storage/shmem.h"
18-
#include"storage/spin.h"
19-
#include"storage/backendid.h"
20-
#include"utils/hsearch.h"
16+
#include<storage/shmem.h>
17+
#include<storage/itemptr.h>
2118

2219
externSPINLOCKLockMgrLock;
2320
typedefintMASK;

‎src/include/storage/multilev.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: multilev.h,v 1.1 1996/08/28 01:58:17 scrappy Exp $
10+
* $Id: multilev.h,v 1.2 1996/11/05 06:11:01 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndefMULTILEV_H
1515
#defineMULTILEV_H
1616

17-
#include"storage/lock.h"
18-
#include"storage/lmgr.h"
17+
#include<storage/lmgr.h>
1918

2019
#defineREAD_LOCK 2
2120
#defineWRITE_LOCK 1

‎src/include/storage/pagenum.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pagenum.h,v 1.2 1996/10/31 09:50:00 scrappy Exp $
9+
* $Id: pagenum.h,v 1.3 1996/11/05 06:11:02 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefPAGENUM_H
1414
#definePAGENUM_H
1515

16-
#include"storage/page.h"
1716

1817
typedefuint16PageNumber;
1918

‎src/include/storage/proc.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,20 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: proc.h,v 1.2 1996/10/31 05:57:45 momjian Exp $
9+
* $Id: proc.h,v 1.3 1996/11/05 06:11:03 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef_PROC_H_
1414
#define_PROC_H_
1515

16-
#include"storage/ipc.h"
17-
#include"storage/lock.h"
16+
#include<storage/lock.h>
17+
1818
#ifndefWIN32
19-
#include<sys/ipc.h>
20-
#include<sys/sem.h>
2119
#else
2220
/* This is because WIN32 already defines PROC */
2321
#definePROCPGL_PROC
2422
#endif/* WIN32 */
25-
#include"storage/shmem.h"
2623

2724

2825
typedefstruct {

‎src/include/storage/shmem.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: shmem.h,v 1.1 1996/08/28 01:58:26 scrappy Exp $
9+
* $Id: shmem.h,v 1.2 1996/11/05 06:11:04 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefSHMEM_H
1414
#defineSHMEM_H
1515

16-
#include"storage/spin.h"/* for SPINLOCK */
17-
#include"utils/hsearch.h"/* for HTAB */
16+
#include<utils/hsearch.h>
17+
#include<storage/spin.h>
18+
1819

1920
/* The shared memory region can start at a different address
2021
* in every process. Shared memory "pointers" are actually

‎src/include/storage/sinval.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: sinval.h,v 1.2 1996/10/31 09:50:06 scrappy Exp $
9+
* $Id: sinval.h,v 1.3 1996/11/05 06:11:05 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefSINVAL_H
1414
#defineSINVAL_H
1515

16-
#include"storage/spin.h"
17-
#include"storage/ipc.h"
18-
#include"storage/itemptr.h"
19-
#include"storage/backendid.h"
16+
#include<storage/itemptr.h>
17+
#include<storage/spin.h>
2018

2119
externSPINLOCKSInvalLock;
2220

‎src/include/storage/sinvaladt.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: sinvaladt.h,v 1.2 1996/10/31 09:50:07 scrappy Exp $
9+
* $Id: sinvaladt.h,v 1.3 1996/11/05 06:11:06 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefSINVALADT_H
1414
#defineSINVALADT_H
1515

16-
#include"storage/ipc.h"
17-
#include"storage/itemptr.h"
18-
#include"storage/sinval.h"
16+
#include<storage/itemptr.h>
17+
#include<storage/ipc.h>
1918

2019
/*
2120
* The structure of the shared cache invaidation segment

‎src/include/storage/smgr.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: smgr.h,v 1.1 1996/08/28 01:58:32 scrappy Exp $
9+
* $Id: smgr.h,v 1.2 1996/11/05 06:11:07 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefSMGR_H
1414
#defineSMGR_H
1515

16-
#include"utils/rel.h"
17-
#include"storage/spin.h"/* for SPINLOCK */
16+
#include<storage/spin.h>
17+
#include<storage/block.h>
18+
#include<utils/rel.h>
1819

1920
#defineSM_FAIL0
2021
#defineSM_SUCCESS1

‎src/include/storage/spin.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: spin.h,v 1.1 1996/08/28 01:58:33 scrappy Exp $
9+
* $Id: spin.h,v 1.2 1996/11/05 06:11:08 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefSPIN_H
1414
#defineSPIN_H
1515

16-
#include"ipc.h"
16+
#include<storage/ipc.h>
1717

1818
/*
1919
* two implementations of spin locks

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp