From 8f11865e9486f98cc7dbfd463cedb69b6ab30384 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 16 Oct 2005 18:26:00 +0000 Subject: [PATCH] Add space after description. Euler Taveira de Oliveira --- src/backend/utils/misc/guc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 17b46d6922..3949bed9d2 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -502,7 +502,7 @@ static struct config_bool ConfigureNamesBool[] = {"fsync", PGC_SIGHUP, WAL_SETTINGS, gettext_noop("Forces synchronization of updates to disk."), gettext_noop("The server will use the fsync() system call in several places to make " - "sure that updates are physically written to disk. This insures " + "sure that updates are physically written to disk. This insures " "that a database cluster will recover to a consistent state after " "an operating system or hardware crash.") }, @@ -526,8 +526,8 @@ static struct config_bool ConfigureNamesBool[] = {"full_page_writes", PGC_SIGHUP, WAL_SETTINGS, gettext_noop("Writes full pages to WAL when first modified after a checkpoint."), gettext_noop("A page write in process during an operating system crash might be " - "only partially written to disk. During recovery, the row changes" - "stored in WAL are not enough to recover. This option writes " + "only partially written to disk. During recovery, the row changes " + "stored in WAL are not enough to recover. This option writes " "pages when first modified after a checkpoint to WAL so full recovery " "is possible.") }, -- 2.39.5