*** ./src/backend/utils/misc/guc.c.orig	2005-10-16 15:01:10.000000000 -0200
--- ./src/backend/utils/misc/guc.c	2005-10-16 15:01:25.000000000 -0200
***************
*** 519,525 ****
  		{"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 "
  						 "pages when first modified after a checkpoint to WAL so full recovery "
  						 "is possible.")
--- 519,525 ----
  		{"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 "
  						 "pages when first modified after a checkpoint to WAL so full recovery "
  						 "is possible.")
