|
PostgreSQL Source Code git master
|
#include <rel.h>
Data Fields | |
| int32 | vl_len_ |
| int | fillfactor |
| int | toast_tuple_target |
| AutoVacOpts | autovacuum |
| bool | user_catalog_table |
| int | parallel_workers |
| StdRdOptIndexCleanup | vacuum_index_cleanup |
| bool | vacuum_truncate |
| bool | vacuum_truncate_set |
| double | vacuum_max_eager_freeze_failure_rate |
| AutoVacOpts StdRdOptions::autovacuum |
Definition at line 346 of file rel.h.
Referenced by heap_reloptions().
| int StdRdOptions::fillfactor |
Definition at line 344 of file rel.h.
Referenced by heap_reloptions().
| StdRdOptIndexCleanup StdRdOptions::vacuum_index_cleanup |