diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-09-05 14:01:15 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-09-05 14:01:59 -0400 |
commit | aa2b237ce51ef12c213ac55d4d3aba509cb3133e (patch) | |
tree | 4ffc1e8458088ff539e20916ac64271409790557 /contrib/sepgsql/label.c | |
parent | 46c508fbcf98ac334f1e831d21021d731c882fbb (diff) | |
download | postgresql-aa2b237ce51ef12c213ac55d4d3aba509cb3133e.tar.gz postgresql-aa2b237ce51ef12c213ac55d4d3aba509cb3133e.zip |
sepgsql cleanups.
This is needed to match recent changes elsewhere. Along the way, some
renaming for clarity.
KaiGai Kohei
Diffstat (limited to 'contrib/sepgsql/label.c')
-rw-r--r-- | contrib/sepgsql/label.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index 23577b5844d..3ebf2733265 100644 --- a/contrib/sepgsql/label.c +++ b/contrib/sepgsql/label.c @@ -11,6 +11,7 @@ #include "postgres.h" #include "access/heapam.h" +#include "access/htup_details.h" #include "access/genam.h" #include "access/xact.h" #include "catalog/catalog.h" |