diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-04-02 07:27:26 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-04-02 07:28:23 +0200 |
commit | 8f4b5b09096ae5e470c6410312c24581da319733 (patch) | |
tree | d14314bf9f332a09692bdd74b44223d5f248335e /src | |
parent | 79df1d20c59c7fa21326f85be90f875fbe229ec6 (diff) |
Remove obsolete comment
accidentally left behind by 4cb658af70027c3544fb843d77b2e84028762747
Diffstat (limited to 'src')
-rw-r--r-- | src/include/utils/rel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index 0b5957ba02c..b7c10864eb5 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -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 */ |