We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a255557 commit 89a9db2Copy full SHA for 89a9db2
src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
*
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.550 2010/04/21 20:54:19 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.551 2010/04/22 19:40:03 petere Exp $
14
15
*--------------------------------------------------------------------
16
*/
@@ -1657,7 +1657,7 @@ static struct config_int ConfigureNamesInt[] =
1657
1658
{
1659
{"wal_keep_segments", PGC_SIGHUP, WAL_CHECKPOINTS,
1660
- gettext_noop("Sets the number of WAL files held for standby servers"),
+ gettext_noop("Sets the number of WAL files held for standby servers."),
1661
NULL
1662
},
1663
&wal_keep_segments,
0 commit comments