File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2888,7 +2888,7 @@ static struct config_int ConfigureNamesInt[] =
2888
2888
2889
2889
{
2890
2890
{"wal_skip_threshold" , PGC_USERSET , WAL_SETTINGS ,
2891
- gettext_noop ("Size of new file to fsync instead of writing WAL." ),
2891
+ gettext_noop ("Minimum size of new file to fsync instead of writing WAL." ),
2892
2892
NULL ,
2893
2893
GUC_UNIT_KB
2894
2894
},
@@ -3843,9 +3843,8 @@ static struct config_real ConfigureNamesReal[] =
3843
3843
3844
3844
{
3845
3845
{"log_transaction_sample_rate" , PGC_SUSET , LOGGING_WHEN ,
3846
- gettext_noop ("Sets the fraction of transactions to log for new transactions." ),
3847
- gettext_noop ("Logs all statements from a fraction of transactions. "
3848
- "Use a value between 0.0 (never log) and 1.0 (log all "
3846
+ gettext_noop ("Sets the fraction of transactions from which to log all statements." ),
3847
+ gettext_noop ("Use a value between 0.0 (never log) and 1.0 (log all "
3849
3848
"statements for all transactions)." )
3850
3849
},
3851
3850
& log_xact_sample_rate ,
You can’t perform that action at this time.
0 commit comments