PostgreSQL Source Code  git master
StdRdOptions Struct Reference

#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
 

Detailed Description

Definition at line 336 of file rel.h.

Field Documentation

◆ autovacuum

AutoVacOpts StdRdOptions::autovacuum

Definition at line 341 of file rel.h.

Referenced by heap_reloptions().

◆ fillfactor

int StdRdOptions::fillfactor

Definition at line 339 of file rel.h.

Referenced by heap_reloptions().

◆ parallel_workers

int StdRdOptions::parallel_workers

Definition at line 343 of file rel.h.

◆ toast_tuple_target

int StdRdOptions::toast_tuple_target

Definition at line 340 of file rel.h.

◆ user_catalog_table

bool StdRdOptions::user_catalog_table

Definition at line 342 of file rel.h.

◆ vacuum_index_cleanup

StdRdOptIndexCleanup StdRdOptions::vacuum_index_cleanup

Definition at line 344 of file rel.h.

◆ vacuum_truncate

bool StdRdOptions::vacuum_truncate

Definition at line 345 of file rel.h.

◆ vl_len_

int32 StdRdOptions::vl_len_

Definition at line 338 of file rel.h.


The documentation for this struct was generated from the following file: