mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +03:00
Add missing serial commas
This commit is contained in:
@@ -4360,7 +4360,7 @@ static struct config_string ConfigureNamesString[] =
|
||||
{"log_destination", PGC_SIGHUP, LOGGING_WHERE,
|
||||
gettext_noop("Sets the destination for server log output."),
|
||||
gettext_noop("Valid values are combinations of \"stderr\", "
|
||||
"\"syslog\", \"csvlog\", \"jsonlog\" and \"eventlog\", "
|
||||
"\"syslog\", \"csvlog\", \"jsonlog\", and \"eventlog\", "
|
||||
"depending on the platform."),
|
||||
GUC_LIST_INPUT
|
||||
},
|
||||
|
Reference in New Issue
Block a user