|
6 | 6 | * |
7 | 7 | * Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | | - * $Id: executor.h,v 1.3 1996/11/03 12:12:39 scrappy Exp $ |
| 9 | + * $Id: executor.h,v 1.4 1996/11/05 08:18:34 scrappy Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
13 | 13 | #ifndefEXECUTOR_H |
14 | 14 | #defineEXECUTOR_H |
15 | 15 |
|
| 16 | +#include<catalog/pg_index.h> |
| 17 | +#include<access/itup.h> |
| 18 | +#include<stdio.h> |
| 19 | +#include<executor/execdesc.h> |
| 20 | + |
16 | 21 | /* ---------------------------------------------------------------- |
17 | | - * #includes |
18 | 22 | * ---------------------------------------------------------------- |
19 | 23 | */ |
20 | 24 |
|
21 | | -#include<stdio.h> |
22 | | - |
23 | | -#include"access/itup.h" |
24 | | -#include"access/relscan.h" |
25 | | -#include"access/skey.h" |
26 | | -#include"access/sdir.h" |
27 | | -#include"catalog/pg_index.h" |
28 | | -#include"executor/execdesc.h" |
29 | | - |
30 | | -#ifndefHAVE_MEMMOVE |
31 | | -# include"regex/utils.h" |
32 | | -#else |
33 | | -# include<string.h> |
34 | | -#endif |
35 | 25 |
|
36 | 26 | /* |
37 | 27 | * prototypes from functions in execAmi.c |
|