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

Commit82400d4

Browse files
committed
Next, based on utils/catcache.h
1 parent5a5f942 commit82400d4

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

‎src/include/nodes/memnodes.h

Lines changed: 4 additions & 5 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: memnodes.h,v 1.3 1996/11/03 08:17:27 scrappy Exp $
9+
* $Id: memnodes.h,v 1.4 1996/11/04 07:59:34 scrappy Exp $
1010
*
1111
* XXX the typedefs in this file are different from the other ???nodes.h;
1212
* they are pointers to structures instead of the structures themselves.
@@ -18,10 +18,9 @@
1818
#ifndefMEMNODES_H
1919
#defineMEMNODES_H
2020

21-
#include"nodes/nodes.h"
22-
#include"utils/memutils.h"
23-
#include"lib/fstack.h"
24-
21+
#include<lib/fstack.h>
22+
#include<utils/memutils.h>
23+
#include<nodes/nodes.h>
2524

2625
/*
2726
* MemoryContext --

‎src/include/utils/catcache.h

Lines changed: 5 additions & 7 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: catcache.h,v 1.2 1996/10/31 09:51:09 scrappy Exp $
9+
* $Id: catcache.h,v 1.3 1996/11/04 07:59:39 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -15,12 +15,10 @@
1515

1616
/* #defineCACHEDEBUG turns DEBUG elogs on */
1717

18-
19-
#include"access/skey.h"
20-
#include"access/htup.h"
21-
#include"utils/rel.h"
22-
#include"nodes/memnodes.h"
23-
#include"lib/dllist.h"
18+
#include<utils/rel.h>
19+
#include<nodes/memnodes.h>
20+
#include<lib/dllist.h>
21+
#include<access/htup.h>
2422

2523
/*
2624
*struct catctup:tuples in the cache.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp