mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Remove obsolete comment
accidentally left behind by 4cb658af70027c3544fb843d77b2e84028762747
This commit is contained in:
parent
d2a2ce4184
commit
db086de5ab
@ -320,7 +320,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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user