diff options
| author | Alexander Korotkov | 2024-04-08 09:11:56 +0000 |
|---|---|---|
| committer | Alexander Korotkov | 2024-04-08 09:18:23 +0000 |
| commit | 422041542f313f23ca66cad26e9b2b99c4d1999a (patch) | |
| tree | 3c50fd5dc0021eea4707ce065200439563f2ab18 /src/include/access/reloptions.h | |
| parent | 3dbd2ff78654b2ac484a8d08ace788c492117894 (diff) | |
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
Diffstat (limited to 'src/include/access/reloptions.h')
| -rw-r--r-- | src/include/access/reloptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/reloptions.h b/src/include/access/reloptions.h index 342b9cdd6ed..a3560500f36 100644 --- a/src/include/access/reloptions.h +++ b/src/include/access/reloptions.h @@ -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); |
