Skip to content

Commit 649e74b

Browse files
committed
Add space after description.
Euler Taveira de Oliveira
1 parent 98d5f4e commit 649e74b

File tree

1 file changed

+4
-4
lines changed
  • src/backend/utils/misc

1 file changed

+4
-4
lines changed

src/backend/utils/misc/guc.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.293 2005/10/15 02:49:36 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.294 2005/10/16 18:26:00 momjian Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -502,7 +502,7 @@ static struct config_bool ConfigureNamesBool[] =
502502
{"fsync", PGC_SIGHUP, WAL_SETTINGS,
503503
gettext_noop("Forces synchronization of updates to disk."),
504504
gettext_noop("The server will use the fsync() system call in several places to make "
505-
"sure that updates are physically written to disk. This insures "
505+
"sure that updates are physically written to disk. This insures "
506506
"that a database cluster will recover to a consistent state after "
507507
"an operating system or hardware crash.")
508508
},
@@ -526,8 +526,8 @@ static struct config_bool ConfigureNamesBool[] =
526526
{"full_page_writes", PGC_SIGHUP, WAL_SETTINGS,
527527
gettext_noop("Writes full pages to WAL when first modified after a checkpoint."),
528528
gettext_noop("A page write in process during an operating system crash might be "
529-
"only partially written to disk. During recovery, the row changes"
530-
"stored in WAL are not enough to recover. This option writes "
529+
"only partially written to disk. During recovery, the row changes "
530+
"stored in WAL are not enough to recover. This option writes "
531531
"pages when first modified after a checkpoint to WAL so full recovery "
532532
"is possible.")
533533
},

0 commit comments

Comments
 (0)