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 |
AutoVacOpts StdRdOptions::autovacuum |
Definition at line 341 of file rel.h.
Referenced by heap_reloptions().
int StdRdOptions::fillfactor |
Definition at line 339 of file rel.h.
Referenced by heap_reloptions().
StdRdOptIndexCleanup StdRdOptions::vacuum_index_cleanup |