Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba4ad2c

Browse files
committed
Added misc include files
1 parent 14352a3 commit ba4ad2c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/backend/access/common/heaptuple.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.9 1996/10/21 11:49:35 scrappy Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.10 1996/10/31 07:48:35 scrappy Exp $
1212
*
1313
* NOTES
1414
* The old interface functions have been converted to macros
@@ -35,6 +35,7 @@
3535
#include "storage/item.h"
3636
#include "storage/itemid.h"
3737
#include "storage/off.h"
38+
#include "storage/page.h"
3839
#include "utils/memutils.h"
3940
#include "utils/nabstime.h"
4041
#include "utils/palloc.h"

src/backend/access/common/heapvalid.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.7 1996/10/30 06:07:56 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.8 1996/10/31 07:48:36 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -28,6 +28,7 @@
2828
#include "storage/item.h"
2929
#include "storage/itemid.h"
3030
#include "storage/off.h"
31+
#include "storage/page.h"
3132
#include "utils/nabstime.h"
3233

3334
#include "access/skey.h"

src/backend/access/common/indexvalid.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.7 1996/10/30 06:07:55 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.8 1996/10/31 07:48:37 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -18,6 +18,7 @@
1818
#include "access/attnum.h"
1919
#include "catalog/pg_attribute.h"
2020
#include "executor/execdebug.h"
21+
#include "nodes/nodes.h"
2122
#include "nodes/pg_list.h"
2223
#include "storage/off.h"
2324
#include "storage/block.h"

src/backend/access/common/tupdesc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.5 1996/10/21 11:49:41 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.6 1996/10/31 07:48:38 scrappy Exp $
1111
*
1212
* NOTES
1313
* some of the executor utility code such as "ExecTypeFromTL" should be
@@ -21,6 +21,7 @@
2121
#include <time.h>
2222

2323
#include "postgres.h"
24+
#include "utils/fcache.h"
2425
#include "access/attnum.h"
2526
#include "catalog/pg_am.h"
2627
#include "catalog/pg_attribute.h"

0 commit comments

Comments
 (0)