summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorAlvaro Herrera2014-07-14 21:24:40 +0000
committerAlvaro Herrera2014-07-14 21:24:40 +0000
commit346d7be184a617ca9f64bdf5c25fd6bcd5231293 (patch)
treed9ee36a6ed98803ef671a83caca4243b93268204 /src/include/access
parent0ffc201a51395ca71fe429ef86c872850a5850ee (diff)
Move view reloptions into their own varlena struct
Per discussion after a gripe from me in http://www.postgresql.org/message-id/20140611194633.GH18688@eldon.alvh.no-ip.org Jaime Casanova
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/reloptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/reloptions.h b/src/include/access/reloptions.h
index 81ff3286cf2..c22644841f9 100644
--- a/src/include/access/reloptions.h
+++ b/src/include/access/reloptions.h
@@ -268,6 +268,7 @@ extern void fillRelOptions(void *rdopts, Size basesize,
extern bytea *default_reloptions(Datum reloptions, bool validate,
relopt_kind kind);
extern bytea *heap_reloptions(char relkind, Datum reloptions, bool validate);
+extern bytea *view_reloptions(Datum reloptions, bool validate);
extern bytea *index_reloptions(RegProcedure amoptions, Datum reloptions,
bool validate);
extern bytea *attribute_reloptions(Datum reloptions, bool validate);