From d480ae069e6c13dcb719b8c6aaf7a5540196a1b3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 2 Apr 2022 07:27:26 +0200 Subject: [PATCH] Remove obsolete comment accidentally left behind by 4cb658af70027c3544fb843d77b2e84028762747 --- src/include/utils/rel.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.39.5