File tree 4 files changed +8
-4
lines changed
src/backend/access/common
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* 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 $
12
12
*
13
13
* NOTES
14
14
* The old interface functions have been converted to macros
35
35
#include "storage/item.h"
36
36
#include "storage/itemid.h"
37
37
#include "storage/off.h"
38
+ #include "storage/page.h"
38
39
#include "utils/memutils.h"
39
40
#include "utils/nabstime.h"
40
41
#include "utils/palloc.h"
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* 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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
28
28
#include "storage/item.h"
29
29
#include "storage/itemid.h"
30
30
#include "storage/off.h"
31
+ #include "storage/page.h"
31
32
#include "utils/nabstime.h"
32
33
33
34
#include "access/skey.h"
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* 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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
18
18
#include "access/attnum.h"
19
19
#include "catalog/pg_attribute.h"
20
20
#include "executor/execdebug.h"
21
+ #include "nodes/nodes.h"
21
22
#include "nodes/pg_list.h"
22
23
#include "storage/off.h"
23
24
#include "storage/block.h"
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* 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 $
11
11
*
12
12
* NOTES
13
13
* some of the executor utility code such as "ExecTypeFromTL" should be
21
21
#include <time.h>
22
22
23
23
#include "postgres.h"
24
+ #include "utils/fcache.h"
24
25
#include "access/attnum.h"
25
26
#include "catalog/pg_am.h"
26
27
#include "catalog/pg_attribute.h"
You can’t perform that action at this time.
0 commit comments