aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-04-02 07:27:26 +0200
committerPeter Eisentraut <peter@eisentraut.org>2022-04-02 07:41:12 +0200
commitdb086de5abe5d87b07cddd030092b1f81f99c5ea (patch)
tree2878d7759aa514df50a7331a57b67bc7be8fe8b5 /src
parentd2a2ce4184b0038adb1d6d292f12685056e2ab7a (diff)
downloadpostgresql-db086de5abe5d87b07cddd030092b1f81f99c5ea.tar.gz
postgresql-db086de5abe5d87b07cddd030092b1f81f99c5ea.zip
Remove obsolete comment
accidentally left behind by 4cb658af70027c3544fb843d77b2e84028762747
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/rel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index 7a8ed943b75..121dbbc9a96 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -320,7 +320,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 */