mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out.
This commit is contained in:
@@ -2636,7 +2636,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
NULL
|
||||
},
|
||||
&vacuum_defer_cleanup_age,
|
||||
0, 0, 1000000, /* see ComputeXidHorizons */
|
||||
0, 0, 1000000, /* see ComputeXidHorizons */
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
{
|
||||
@@ -3257,6 +3257,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
NULL
|
||||
},
|
||||
&autovacuum_freeze_max_age,
|
||||
|
||||
/*
|
||||
* see pg_resetwal and vacuum_failsafe_age if you change the
|
||||
* upper-limit value.
|
||||
@@ -3513,9 +3514,9 @@ static struct config_int ConfigureNamesInt[] =
|
||||
0,
|
||||
#endif
|
||||
0, 5,
|
||||
#else /* not CLOBBER_CACHE_ENABLED */
|
||||
#else /* not CLOBBER_CACHE_ENABLED */
|
||||
0, 0, 0,
|
||||
#endif /* not CLOBBER_CACHE_ENABLED */
|
||||
#endif /* not CLOBBER_CACHE_ENABLED */
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user