diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-11-30 22:42:58 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-11-30 22:42:58 +0000 |
commit | 9faa6cabc591a2cdd66a3d5a1389ce242f825acf (patch) | |
tree | 53340b882ac10cf575a0b5b8a76f8f5b4b1840e2 | |
parent | 7059464335fb6183a4bf9c5d798bcc36739eaf4d (diff) | |
download | postgresql-9faa6cabc591a2cdd66a3d5a1389ce242f825acf.tar.gz postgresql-9faa6cabc591a2cdd66a3d5a1389ce242f825acf.zip |
Add pg_type.h to include list to regain declaration of type OID assignments.
Lost these when some include files were reorganized.
Regression test could not compile.
-rw-r--r-- | src/include/executor/spi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h index 7a02f6aaabf..91986ac8df2 100644 --- a/src/include/executor/spi.h +++ b/src/include/executor/spi.h @@ -15,6 +15,7 @@ #include "nodes/execnodes.h" #include "nodes/plannodes.h" #include "catalog/pg_proc.h" +#include "catalog/pg_type.h" #include "tcop/pquery.h" #include "tcop/tcopprot.h" #include "tcop/utility.h" |