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:11 +0200 |
commit | d480ae069e6c13dcb719b8c6aaf7a5540196a1b3 (patch) | |
tree | 86a9bc6dbb290b15933190f4bb35090bcc106e22 /src | |
parent | 7a27892750e966998381e6c34cdfec30ac5e3906 (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 77d176a9348..d62ac86c520 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -319,7 +319,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 */ |