1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Message style and spelling improvements

This commit is contained in:
Peter Eisentraut
2011-06-22 00:33:20 +03:00
parent 567049a764
commit a0b5146b25
11 changed files with 27 additions and 27 deletions

View File

@@ -2965,7 +2965,7 @@ static struct config_string ConfigureNamesString[] =
{
{"synchronous_standby_names", PGC_SIGHUP, WAL_REPLICATION,
gettext_noop("List of potential standby names to synchronise with."),
gettext_noop("List of potential standby names to synchronize with."),
NULL,
GUC_LIST_INPUT
},
@@ -8234,7 +8234,7 @@ check_temp_buffers(int *newval, void **extra, GucSource source)
*/
if (NLocBuffer && NLocBuffer != *newval)
{
GUC_check_errdetail("\"temp_buffers\" cannot be changed after any temp tables have been accessed in the session.");
GUC_check_errdetail("\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session.");
return false;
}
return true;