mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Assorted message style improvements
This commit is contained in:
@ -1722,7 +1722,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
|
||||
{
|
||||
{"temp_file_limit", PGC_SUSET, RESOURCES_DISK,
|
||||
gettext_noop("Limits the total size of all temp files used by each session."),
|
||||
gettext_noop("Limits the total size of all temporary files used by each session."),
|
||||
gettext_noop("-1 means no limit."),
|
||||
GUC_UNIT_KB
|
||||
},
|
||||
|
Reference in New Issue
Block a user