|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
11 | 11 | *
|
12 | 12 | * 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 $ |
14 | 14 | *
|
15 | 15 | *--------------------------------------------------------------------
|
16 | 16 | */
|
@@ -1657,7 +1657,7 @@ static struct config_int ConfigureNamesInt[] =
|
1657 | 1657 |
|
1658 | 1658 | {
|
1659 | 1659 | {"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."), |
1661 | 1661 | NULL
|
1662 | 1662 | },
|
1663 | 1663 | &wal_keep_segments,
|
|