Skip to content

Commit db086de

Browse files
committed
Remove obsolete comment
accidentally left behind by 4cb658a
1 parent d2a2ce4 commit db086de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/utils/rel.h

-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ typedef struct StdRdOptions
320320
{
321321
int32 vl_len_; /* varlena header (do not touch directly!) */
322322
int fillfactor; /* page fill factor in percent (0..100) */
323-
/* fraction of newly inserted tuples prior to trigger index cleanup */
324323
int toast_tuple_target; /* target for tuple toasting */
325324
AutoVacOpts autovacuum; /* autovacuum-related options */
326325
bool user_catalog_table; /* use as an additional catalog relation */

0 commit comments

Comments
 (0)