diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 18:26:11 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 18:26:11 +0000 |
| commit | ac230e7431d89af710592434e4c41c1335073f36 (patch) | |
| tree | 6d22650f3a618ca56065b69cbd2739a3a5024141 /src/include/executor | |
| parent | 0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c (diff) | |
| download | postgresql-ac230e7431d89af710592434e4c41c1335073f36.tar.gz | |
Alphabetically order reference to include files, "S"-"Z".
Diffstat (limited to 'src/include/executor')
| -rw-r--r-- | src/include/executor/spi.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h index 9f5e931640..b68f5932e3 100644 --- a/src/include/executor/spi.h +++ b/src/include/executor/spi.h @@ -2,7 +2,7 @@ * * spi.h * - * $PostgreSQL: pgsql/src/include/executor/spi.h,v 1.53 2005/10/15 02:49:44 momjian Exp $ + * $PostgreSQL: pgsql/src/include/executor/spi.h,v 1.54 2006/07/11 18:26:11 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,25 +19,25 @@ * These are not needed by this file, but used by other programs * using SPI */ -#include "nodes/primnodes.h" -#include "nodes/relation.h" -#include "nodes/execnodes.h" -#include "nodes/plannodes.h" +#include "access/heapam.h" +#include "access/xact.h" +#include "catalog/pg_language.h" #include "catalog/pg_proc.h" #include "catalog/pg_type.h" +#include "executor/executor.h" +#include "nodes/execnodes.h" +#include "nodes/params.h" +#include "nodes/plannodes.h" +#include "nodes/primnodes.h" +#include "nodes/relation.h" +#include "tcop/dest.h" #include "tcop/pquery.h" #include "tcop/tcopprot.h" #include "tcop/utility.h" -#include "tcop/dest.h" -#include "nodes/params.h" #include "utils/builtins.h" #include "utils/datum.h" #include "utils/portal.h" #include "utils/syscache.h" -#include "catalog/pg_language.h" -#include "access/heapam.h" -#include "access/xact.h" -#include "executor/executor.h" #include "executor/execdefs.h" typedef struct |
