Add pg_type.h to include list to regain declaration of type OID assignments.
authorThomas G. Lockhart
Sun, 30 Nov 1997 22:42:58 +0000 (22:42 +0000)
committerThomas G. Lockhart
Sun, 30 Nov 1997 22:42:58 +0000 (22:42 +0000)
 Lost these when some include files were reorganized.
 Regression test could not compile.

src/include/executor/spi.h

index 7a02f6aaabf89db565243c892f365c00445be7c7..91986ac8df267226099130f25484a102602bef09 100644 (file)
@@ -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"