Commit d480ae06 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove obsolete comment

accidentally left behind by 4cb658af
parent 7a278927
...@@ -319,7 +319,6 @@ typedef struct StdRdOptions ...@@ -319,7 +319,6 @@ typedef struct StdRdOptions
{ {
int32 vl_len_; /* varlena header (do not touch directly!) */ int32 vl_len_; /* varlena header (do not touch directly!) */
int fillfactor; /* page fill factor in percent (0..100) */ 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 */ int toast_tuple_target; /* target for tuple toasting */
AutoVacOpts autovacuum; /* autovacuum-related options */ AutoVacOpts autovacuum; /* autovacuum-related options */
bool user_catalog_table; /* use as an additional catalog relation */ bool user_catalog_table; /* use as an additional catalog relation */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment