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

Commit 99412ae

Browse files
committed
remove:
#include "postgres.h" #include "c.h"
1 parent 3341750 commit 99412ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+87
-185
lines changed

src/include/access/attnum.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: attnum.h,v 1.3 1996/10/31 05:56:34 momjian Exp $
9+
* $Id: attnum.h,v 1.4 1996/10/31 09:46:35 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef ATTNUM_H
1414
#define ATTNUM_H
1515

16-
#include "postgres.h"
1716

1817
/*
1918
* user defined attribute numbers start at 1. -ay 2/95

src/include/access/genam.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: genam.h,v 1.1 1996/08/27 21:50:09 scrappy Exp $
9+
* $Id: genam.h,v 1.2 1996/10/31 09:46:37 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef GENAM_H
1414
#define GENAM_H
1515

16-
#include "postgres.h"
1716

1817
#include "access/attnum.h"
1918
#include "access/htup.h"

src/include/access/heapam.h

Lines changed: 1 addition & 2 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: heapam.h,v 1.2 1996/09/23 08:36:39 scrappy Exp $
9+
* $Id: heapam.h,v 1.3 1996/10/31 09:46:37 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -15,7 +15,6 @@
1515

1616
#include <sys/types.h>
1717

18-
#include "postgres.h"
1918

2019
#include "access/attnum.h"
2120
#include "access/htup.h"

src/include/access/hio.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: hio.h,v 1.1 1996/08/27 21:50:14 scrappy Exp $
9+
* $Id: hio.h,v 1.2 1996/10/31 09:46:38 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef HIO_H
1414
#define HIO_H
1515

16-
#include "c.h"
1716

1817
#include "storage/block.h"
1918
#include "access/htup.h"

src/include/access/iqual.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: iqual.h,v 1.2 1996/10/23 07:41:27 scrappy Exp $
9+
* $Id: iqual.h,v 1.3 1996/10/31 09:46:39 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef IQUAL_H
1414
#define IQUAL_H
1515

16-
#include "c.h"
1716

1817
#include "storage/itemid.h"
1918
#include "utils/rel.h"

src/include/access/istrat.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: istrat.h,v 1.1 1996/08/27 21:50:17 scrappy Exp $
9+
* $Id: istrat.h,v 1.2 1996/10/31 09:46:41 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef ISTRAT_H
1414
#define ISTRAT_H
1515

16-
#include "postgres.h"
1716
#include "access/attnum.h"
1817
#include "access/skey.h"
1918
#include "access/strat.h"

src/include/access/sdir.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: sdir.h,v 1.1 1996/08/27 21:50:23 scrappy Exp $
9+
* $Id: sdir.h,v 1.2 1996/10/31 09:46:42 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef SDIR_H
1414
#define SDIR_H
1515

16-
#include "c.h"
1716

1817
/*
1918
* ScanDirection was an int8 for no apparent reason. I kept the original

src/include/access/valid.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: valid.h,v 1.1 1996/08/27 21:50:28 scrappy Exp $
9+
* $Id: valid.h,v 1.2 1996/10/31 09:46:44 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef VALID_H
1414
#define VALID_H
1515

16-
#include "c.h"
1716
#include "access/skey.h"
1817
#include "storage/buf.h"
1918
#include "utils/tqual.h"

src/include/catalog/catname.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: catname.h,v 1.1 1996/08/28 01:56:23 scrappy Exp $
9+
* $Id: catname.h,v 1.2 1996/10/31 09:47:02 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef CATNAME_H
1414
#define CATNAME_H
1515

16-
#include "postgres.h"
1716

1817

1918
#define AggregateRelationName "pg_aggregate"

src/include/catalog/pg_aggregate.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_aggregate.h,v 1.1 1996/08/28 01:56:30 scrappy Exp $
10+
* $Id: pg_aggregate.h,v 1.2 1996/10/31 09:47:04 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
2424
* can be read by both genbki.sh and the C compiler.
2525
* ----------------
2626
*/
27-
#include "postgres.h"
2827

2928
/* ----------------------------------------------------------------
3029
* pg_aggregate definition.

src/include/catalog/pg_am.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_am.h,v 1.1 1996/08/28 01:56:32 scrappy Exp $
10+
* $Id: pg_am.h,v 1.2 1996/10/31 09:47:07 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -27,7 +27,6 @@
2727
* can be read by both genbki.sh and the C compiler.
2828
* ----------------
2929
*/
30-
#include "postgres.h"
3130

3231
/* ----------------
3332
* pg_am definition. cpp turns this into

src/include/catalog/pg_amop.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_amop.h,v 1.1 1996/08/28 01:56:34 scrappy Exp $
10+
* $Id: pg_amop.h,v 1.2 1996/10/31 09:47:12 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
2424
* can be read by both genbki.sh and the C compiler.
2525
* ----------------
2626
*/
27-
#include "postgres.h"
2827
#include "access/istrat.h"
2928

3029
/* ----------------

src/include/catalog/pg_amproc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $Id: pg_amproc.h,v 1.1 1996/08/28 01:56:36 scrappy Exp $
12+
* $Id: pg_amproc.h,v 1.2 1996/10/31 09:47:17 scrappy Exp $
1313
*
1414
* NOTES
1515
* the genbki.sh script reads this file and generates .bki
@@ -26,7 +26,6 @@
2626
* can be read by both genbki.sh and the C compiler.
2727
* ----------------
2828
*/
29-
#include "postgres.h"
3029

3130
/* ----------------
3231
* pg_amproc definition. cpp turns this into

src/include/catalog/pg_attribute.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_attribute.h,v 1.1 1996/08/28 01:56:37 scrappy Exp $
10+
* $Id: pg_attribute.h,v 1.2 1996/10/31 09:47:19 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -29,7 +29,6 @@
2929
* can be read by both genbki.sh and the C compiler.
3030
* ----------------
3131
*/
32-
#include "postgres.h"
3332
#include "access/attnum.h"
3433

3534
/* ----------------

src/include/catalog/pg_class.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_class.h,v 1.1 1996/08/28 01:56:39 scrappy Exp $
10+
* $Id: pg_class.h,v 1.2 1996/10/31 09:47:21 scrappy Exp $
1111
*
1212
* NOTES
1313
* ``pg_relation'' is being replaced by ``pg_class''. currently
@@ -29,7 +29,6 @@
2929
* can be read by both genbki.sh and the C compiler.
3030
* ----------------
3131
*/
32-
#include "postgres.h"
3332
#include "utils/nabstime.h"
3433

3534
/* ----------------

src/include/catalog/pg_database.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_database.h,v 1.1 1996/08/28 01:56:41 scrappy Exp $
10+
* $Id: pg_database.h,v 1.2 1996/10/31 09:47:23 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
2424
* can be read by both genbki.sh and the C compiler.
2525
* ----------------
2626
*/
27-
#include "postgres.h"
2827

2928
/* ----------------
3029
* pg_database definition. cpp turns this into

src/include/catalog/pg_defaults.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_defaults.h,v 1.1 1996/08/28 01:56:42 scrappy Exp $
10+
* $Id: pg_defaults.h,v 1.2 1996/10/31 09:47:24 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
2424
* can be read by both genbki.sh and the C compiler.
2525
* ----------------
2626
*/
27-
#include "postgres.h"
2827

2928
/* ----------------
3029
* pg_defaults definition. cpp turns this into

src/include/catalog/pg_demon.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_demon.h,v 1.1 1996/08/28 01:56:44 scrappy Exp $
10+
* $Id: pg_demon.h,v 1.2 1996/10/31 09:47:26 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
2424
* can be read by both genbki.sh and the C compiler.
2525
* ----------------
2626
*/
27-
#include "postgres.h"
2827

2928
/* ----------------
3029
* pg_demon definition. cpp turns this into

src/include/catalog/pg_group.h

Lines changed: 1 addition & 2 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: pg_group.h,v 1.1 1996/08/28 01:56:45 scrappy Exp $
9+
* $Id: pg_group.h,v 1.2 1996/10/31 09:47:28 scrappy Exp $
1010
*
1111
* NOTES
1212
* the genbki.sh script reads this file and generates .bki
@@ -23,7 +23,6 @@
2323
* can be read by both genbki.sh and the C compiler.
2424
* ----------------
2525
*/
26-
#include "postgres.h"
2726

2827
CATALOG(pg_group) BOOTSTRAP {
2928
NameData groname;

src/include/catalog/pg_hosts.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* Copyright (c) 1994, Regents of the University of California
1212
*
13-
* $Id: pg_hosts.h,v 1.1 1996/08/28 01:56:47 scrappy Exp $
13+
* $Id: pg_hosts.h,v 1.2 1996/10/31 09:47:30 scrappy Exp $
1414
*
1515
* NOTES
1616
* the genbki.sh script reads this file and generates .bki
@@ -27,7 +27,6 @@
2727
* can be read by both genbki.sh and the C compiler.
2828
* ----------------
2929
*/
30-
#include "postgres.h"
3130

3231
CATALOG(pg_hosts) BOOTSTRAP {
3332
NameData dbName;

src/include/catalog/pg_index.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_index.h,v 1.1 1996/08/28 01:56:49 scrappy Exp $
10+
* $Id: pg_index.h,v 1.2 1996/10/31 09:47:31 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
2424
* can be read by both genbki.sh and the C compiler.
2525
* ----------------
2626
*/
27-
#include "postgres.h"
2827

2928
/* ----------------
3029
* pg_index definition. cpp turns this into

src/include/catalog/pg_inheritproc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_inheritproc.h,v 1.1 1996/08/28 01:56:51 scrappy Exp $
10+
* $Id: pg_inheritproc.h,v 1.2 1996/10/31 09:47:33 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
2424
* can be read by both genbki.sh and the C compiler.
2525
* ----------------
2626
*/
27-
#include "postgres.h"
2827

2928
/* ----------------
3029
* pg_inheritproc definition. cpp turns this into

src/include/catalog/pg_inherits.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_inherits.h,v 1.1 1996/08/28 01:56:52 scrappy Exp $
10+
* $Id: pg_inherits.h,v 1.2 1996/10/31 09:47:35 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
2424
* can be read by both genbki.sh and the C compiler.
2525
* ----------------
2626
*/
27-
#include "postgres.h"
2827

2928
/* ----------------
3029
* pg_inherits definition. cpp turns this into

src/include/catalog/pg_ipl.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_ipl.h,v 1.1 1996/08/28 01:56:54 scrappy Exp $
10+
* $Id: pg_ipl.h,v 1.2 1996/10/31 09:47:36 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
2424
* can be read by both genbki.sh and the C compiler.
2525
* ----------------
2626
*/
27-
#include "postgres.h"
2827

2928
/* ----------------
3029
* pg_ipl definition. cpp turns this into

0 commit comments

Comments
 (0)