File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments