projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7059464
)
Add pg_type.h to include list to regain declaration of type OID assignments.
author
Thomas G. Lockhart
Sun, 30 Nov 1997 22:42:58 +0000
(22:42 +0000)
committer
Thomas 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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/executor/spi.h
b/src/include/executor/spi.h
index 7a02f6aaabf89db565243c892f365c00445be7c7..91986ac8df267226099130f25484a102602bef09 100644
(file)
--- 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"