Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 89a9db2

Browse files
committed
Fix message punctuation
1 parent a255557 commit 89a9db2

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 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.550 2010/04/21 20:54:19 tgl Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.551 2010/04/22 19:40:03 petere Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -1657,7 +1657,7 @@ static struct config_int ConfigureNamesInt[] =
16571657

16581658
{
16591659
{"wal_keep_segments", PGC_SIGHUP, WAL_CHECKPOINTS,
1660-
gettext_noop("Sets the number of WAL files held for standby servers"),
1660+
gettext_noop("Sets the number of WAL files held for standby servers."),
16611661
NULL
16621662
},
16631663
&wal_keep_segments,

0 commit comments

Comments
 (0)