projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d221ce
)
Fix capitalization and punctuation of two more GUC description strings.
author
Neil Conway
<neilc@samurai.com>
Wed, 14 Feb 2007 03:08:44 +0000
(
03:08
+0000)
committer
Neil Conway
<neilc@samurai.com>
Wed, 14 Feb 2007 03:08:44 +0000
(
03:08
+0000)
src/backend/utils/misc/guc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc.c
b/src/backend/utils/misc/guc.c
index 5d945e39c43e4cb8def14b19f612981a5a1a8c1e..a75be0c1eb6d51ccb1d4b9c63274ddd950f1b082 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-1311,7
+1311,7
@@
static struct config_int ConfigureNamesInt[] =
#ifdef LOCK_DEBUG
{
{"trace_lock_oidmin", PGC_SUSET, DEVELOPER_OPTIONS,
- gettext_noop("
no description available
"),
+ gettext_noop("
No description available.
"),
NULL,
GUC_NOT_IN_SAMPLE
},
@@
-1320,7
+1320,7
@@
static struct config_int ConfigureNamesInt[] =
},
{
{"trace_lock_table", PGC_SUSET, DEVELOPER_OPTIONS,
- gettext_noop("
no description available
"),
+ gettext_noop("
No description available.
"),
NULL,
GUC_NOT_IN_SAMPLE
},