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

Commit 595630a

Browse files
author
Neil Conway
committed
Fix capitalization and punctuation of two more GUC description strings.
1 parent d725099 commit 595630a

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

src/backend/utils/misc/guc.c

Lines changed: 3 additions & 3 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.373 2007/02/07 00:52:35 petere Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.374 2007/02/14 03:08:44 neilc Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -1311,7 +1311,7 @@ static struct config_int ConfigureNamesInt[] =
13111311
#ifdef LOCK_DEBUG
13121312
{
13131313
{"trace_lock_oidmin", PGC_SUSET, DEVELOPER_OPTIONS,
1314-
gettext_noop("no description available"),
1314+
gettext_noop("No description available."),
13151315
NULL,
13161316
GUC_NOT_IN_SAMPLE
13171317
},
@@ -1320,7 +1320,7 @@ static struct config_int ConfigureNamesInt[] =
13201320
},
13211321
{
13221322
{"trace_lock_table", PGC_SUSET, DEVELOPER_OPTIONS,
1323-
gettext_noop("no description available"),
1323+
gettext_noop("No description available."),
13241324
NULL,
13251325
GUC_NOT_IN_SAMPLE
13261326
},

0 commit comments

Comments
 (0)