aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1997-11-30 22:42:58 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1997-11-30 22:42:58 +0000
commit9faa6cabc591a2cdd66a3d5a1389ce242f825acf (patch)
tree53340b882ac10cf575a0b5b8a76f8f5b4b1840e2
parent7059464335fb6183a4bf9c5d798bcc36739eaf4d (diff)
downloadpostgresql-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.h1
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"