|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.10 1996/10/31 07:48:35 scrappy Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.11 1996/11/01 09:12:18 scrappy Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * The old interface functions have been converted to macros
|
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
19 | 19 |
|
20 |
| -#include <stdio.h> |
21 |
| -#include <time.h> |
22 |
| - |
23 | 20 | #include "postgres.h"
|
24 |
| -#include "access/attnum.h" |
25 |
| -#include "access/tupmacs.h" |
26 |
| -#include "catalog/pg_am.h" |
27 |
| -#include "catalog/pg_attribute.h" |
28 |
| -#include "catalog/pg_class.h" |
29 |
| -#include "nodes/nodes.h" |
30 |
| -#include "nodes/pg_list.h" |
31 |
| -#include "storage/block.h" |
32 |
| -#include "storage/buf.h" |
33 |
| -#include "storage/fd.h" |
34 |
| -#include "storage/ipc.h" |
35 |
| -#include "storage/item.h" |
36 |
| -#include "storage/itemid.h" |
37 |
| -#include "storage/off.h" |
38 |
| -#include "storage/page.h" |
39 |
| -#include "utils/memutils.h" |
40 |
| -#include "utils/nabstime.h" |
41 |
| -#include "utils/palloc.h" |
42 | 21 |
|
43 |
| -#include "access/skey.h" |
44 |
| -#include "access/tupdesc.h" |
45 |
| -#include "rewrite/prs2lock.h" |
| 22 | +#include "utils/palloc.h" |
46 | 23 | #include "storage/bufpage.h"
|
47 |
| -#include "storage/itemptr.h" |
48 |
| - |
49 |
| -#include "access/strat.h" |
50 |
| - |
51 |
| -#include "access/htup.h" |
52 |
| -#include "utils/rel.h" |
53 |
| - |
54 |
| -#include "storage/bufmgr.h" |
55 |
| - |
56 | 24 | #include "access/transam.h"
|
| 25 | +#include "storage/buf.h" |
| 26 | +#include "access/tupmacs.h" |
| 27 | +#include "access/tupdesc.h" |
| 28 | +#include "utils/memutils.h" |
| 29 | +#include "access/htup.h" |
57 | 30 |
|
58 | 31 | #ifndef HAVE_MEMMOVE
|
59 | 32 | # include "regex/utils.h"
|
|
0 commit comments