mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fill CommonRdOptions with default values in extract_autovac_opts()
Reported-by: Thomas Munro Reported-by: Pavel Borisov Discussion: https://postgr.es/m/CA%2BhUKGLZzLR50RBvuqOO3MZ%3DF54ETz-rTp1PDX9uDGP_GqyYqA%40mail.gmail.com
This commit is contained in:
@ -236,6 +236,7 @@ extern void *build_reloptions(Datum reloptions, bool validate,
|
||||
extern void *build_local_reloptions(local_relopts *relopts, Datum options,
|
||||
bool validate);
|
||||
|
||||
extern void fill_default_common_reloptions(CommonRdOptions *common);
|
||||
extern bytea *heap_reloptions(char relkind, Datum reloptions,
|
||||
CommonRdOptions *common, bool validate);
|
||||
extern bytea *view_reloptions(Datum reloptions, bool validate);
|
||||
|
Reference in New Issue
Block a user