We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a27892 commit d480ae0Copy full SHA for d480ae0
src/include/utils/rel.h
@@ -319,7 +319,6 @@ typedef struct StdRdOptions
319
{
320
int32 vl_len_; /* varlena header (do not touch directly!) */
321
int fillfactor; /* page fill factor in percent (0..100) */
322
- /* fraction of newly inserted tuples prior to trigger index cleanup */
323
int toast_tuple_target; /* target for tuple toasting */
324
AutoVacOpts autovacuum; /* autovacuum-related options */
325
bool user_catalog_table; /* use as an additional catalog relation */
0 commit comments