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

Commit ea94d63

Browse files
committed
Okay, so I was going backwards on my include cleanup...
Pointed out by Bryan (in a subtle way *grin*)
1 parent dd10d0d commit ea94d63

File tree

1 file changed

+7
-34
lines changed

1 file changed

+7
-34
lines changed

src/backend/access/common/heaptuple.c

Lines changed: 7 additions & 34 deletions
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.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 $
1212
*
1313
* NOTES
1414
* The old interface functions have been converted to macros
@@ -17,43 +17,16 @@
1717
*-------------------------------------------------------------------------
1818
*/
1919

20-
#include <stdio.h>
21-
#include <time.h>
22-
2320
#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"
4221

43-
#include "access/skey.h"
44-
#include "access/tupdesc.h"
45-
#include "rewrite/prs2lock.h"
22+
#include "utils/palloc.h"
4623
#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-
5624
#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"
5730

5831
#ifndef HAVE_MEMMOVE
5932
# include "regex/utils.h"

0 commit comments

Comments
 (0)