diff options
Diffstat (limited to 'src/include/access/reloptions.h')
-rw-r--r-- | src/include/access/reloptions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/access/reloptions.h b/src/include/access/reloptions.h index 6bde2093d61..db42aa35e08 100644 --- a/src/include/access/reloptions.h +++ b/src/include/access/reloptions.h @@ -296,6 +296,11 @@ extern void fillRelOptions(void *rdopts, Size basesize, relopt_value *options, int numoptions, bool validate, const relopt_parse_elt *elems, int nelems); +extern void *build_reloptions(Datum reloptions, bool validate, + relopt_kind kind, + Size relopt_struct_size, + const relopt_parse_elt *relopt_elems, + int num_relopt_elems); extern bytea *default_reloptions(Datum reloptions, bool validate, relopt_kind kind); |