diff options
author | Robert Haas | 2012-09-05 18:01:15 +0000 |
---|---|---|
committer | Robert Haas | 2012-09-05 18:01:59 +0000 |
commit | aa2b237ce51ef12c213ac55d4d3aba509cb3133e (patch) | |
tree | 4ffc1e8458088ff539e20916ac64271409790557 /contrib/sepgsql/schema.c | |
parent | 46c508fbcf98ac334f1e831d21021d731c882fbb (diff) |
sepgsql cleanups.
This is needed to match recent changes elsewhere. Along the way, some
renaming for clarity.
KaiGai Kohei
Diffstat (limited to 'contrib/sepgsql/schema.c')
-rw-r--r-- | contrib/sepgsql/schema.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sepgsql/schema.c b/contrib/sepgsql/schema.c index 230449dc4b..e063e394da 100644 --- a/contrib/sepgsql/schema.c +++ b/contrib/sepgsql/schema.c @@ -12,6 +12,7 @@ #include "access/genam.h" #include "access/heapam.h" +#include "access/htup_details.h" #include "access/sysattr.h" #include "catalog/dependency.h" #include "catalog/indexing.h" |