Remove obsolete comment
authorPeter Eisentraut
Sat, 2 Apr 2022 05:27:26 +0000 (07:27 +0200)
committerPeter Eisentraut
Sat, 2 Apr 2022 05:28:23 +0000 (07:28 +0200)
accidentally left behind by 4cb658af70027c3544fb843d77b2e84028762747

src/include/utils/rel.h

index 0b5957ba02c759240af13cd5131737528f67af52..b7c10864eb5985b7cd71e355e1954bb7961908c7 100644 (file)
@@ -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 */