Thanks to visit codestin.com Credit goes to github.com
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 79df1d2 commit 8f4b5b0Copy full SHA for 8f4b5b0
src/include/utils/rel.h
@@ -298,7 +298,6 @@ typedef struct StdRdOptions
298
{
299
int32 vl_len_; /* varlena header (do not touch directly!) */
300
int fillfactor; /* page fill factor in percent (0..100) */
301
- /* fraction of newly inserted tuples prior to trigger index cleanup */
302
int toast_tuple_target; /* target for tuple toasting */
303
AutoVacOpts autovacuum; /* autovacuum-related options */
304
bool user_catalog_table; /* use as an additional catalog relation */
0 commit comments