File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.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 $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -1311,7 +1311,7 @@ static struct config_int ConfigureNamesInt[] =
1311
1311
#ifdef LOCK_DEBUG
1312
1312
{
1313
1313
{"trace_lock_oidmin" , PGC_SUSET , DEVELOPER_OPTIONS ,
1314
- gettext_noop ("no description available" ),
1314
+ gettext_noop ("No description available. " ),
1315
1315
NULL ,
1316
1316
GUC_NOT_IN_SAMPLE
1317
1317
},
@@ -1320,7 +1320,7 @@ static struct config_int ConfigureNamesInt[] =
1320
1320
},
1321
1321
{
1322
1322
{"trace_lock_table" , PGC_SUSET , DEVELOPER_OPTIONS ,
1323
- gettext_noop ("no description available" ),
1323
+ gettext_noop ("No description available. " ),
1324
1324
NULL ,
1325
1325
GUC_NOT_IN_SAMPLE
1326
1326
},
You can’t perform that action at this time.
0 commit comments