mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix capitalization and punctuation of two more GUC description strings.
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.373 2007/02/07 00:52:35 petere Exp $
|
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.374 2007/02/14 03:08:44 neilc Exp $
|
||||||
*
|
*
|
||||||
*--------------------------------------------------------------------
|
*--------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -1311,7 +1311,7 @@ static struct config_int ConfigureNamesInt[] =
|
|||||||
#ifdef LOCK_DEBUG
|
#ifdef LOCK_DEBUG
|
||||||
{
|
{
|
||||||
{"trace_lock_oidmin", PGC_SUSET, DEVELOPER_OPTIONS,
|
{"trace_lock_oidmin", PGC_SUSET, DEVELOPER_OPTIONS,
|
||||||
gettext_noop("no description available"),
|
gettext_noop("No description available."),
|
||||||
NULL,
|
NULL,
|
||||||
GUC_NOT_IN_SAMPLE
|
GUC_NOT_IN_SAMPLE
|
||||||
},
|
},
|
||||||
@ -1320,7 +1320,7 @@ static struct config_int ConfigureNamesInt[] =
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
{"trace_lock_table", PGC_SUSET, DEVELOPER_OPTIONS,
|
{"trace_lock_table", PGC_SUSET, DEVELOPER_OPTIONS,
|
||||||
gettext_noop("no description available"),
|
gettext_noop("No description available."),
|
||||||
NULL,
|
NULL,
|
||||||
GUC_NOT_IN_SAMPLE
|
GUC_NOT_IN_SAMPLE
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user