mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
parent
79df1d20c5
commit
8f4b5b0909
1 changed files with 0 additions and 1 deletions
|
|
@ -298,7 +298,6 @@ typedef struct StdRdOptions
|
|||
{
|
||||
int32 vl_len_; /* varlena header (do not touch directly!) */
|
||||
int fillfactor; /* page fill factor in percent (0..100) */
|
||||
/* fraction of newly inserted tuples prior to trigger index cleanup */
|
||||
int toast_tuple_target; /* target for tuple toasting */
|
||||
AutoVacOpts autovacuum; /* autovacuum-related options */
|
||||
bool user_catalog_table; /* use as an additional catalog relation */
|
||||
|
|
|
|||
Loading…
Reference in a new issue