From 346d7be184a617ca9f64bdf5c25fd6bcd5231293 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 14 Jul 2014 17:24:40 -0400 Subject: 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 --- src/include/access/reloptions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/access/reloptions.h') 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); -- cgit v1.2.3