mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Message fixes and style improvements
This commit is contained in:
@ -2837,7 +2837,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
gettext_noop("Sets the minimum execution time above which "
|
||||
"a sample of statements will be logged."
|
||||
" Sampling is determined by log_statement_sample_rate."),
|
||||
gettext_noop("Zero log a sample of all queries. -1 turns this feature off."),
|
||||
gettext_noop("Zero logs a sample of all queries. -1 turns this feature off."),
|
||||
GUC_UNIT_MS
|
||||
},
|
||||
&log_min_duration_sample,
|
||||
@ -3700,7 +3700,7 @@ static struct config_string ConfigureNamesString[] =
|
||||
|
||||
{
|
||||
{"restore_command", PGC_POSTMASTER, WAL_ARCHIVE_RECOVERY,
|
||||
gettext_noop("Sets the shell command that will retrieve an archived WAL file."),
|
||||
gettext_noop("Sets the shell command that will be called to retrieve an archived WAL file."),
|
||||
NULL
|
||||
},
|
||||
&recoveryRestoreCommand,
|
||||
|
Reference in New Issue
Block a user