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

Commit 76cb32d

Browse files
committed
Fix up grammar in variable description string.
1 parent 18d0ca2 commit 76cb32d

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.290 2005/10/03 22:55:51 tgl Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.291 2005/10/08 20:08:19 tgl Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -920,7 +920,7 @@ static struct config_bool ConfigureNamesBool[] =
920920

921921
{
922922
{"integer_datetimes", PGC_INTERNAL, PRESET_OPTIONS,
923-
gettext_noop("Datetimes are integer based"),
923+
gettext_noop("Datetimes are integer based."),
924924
NULL,
925925
GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
926926
},
@@ -934,7 +934,7 @@ static struct config_bool ConfigureNamesBool[] =
934934

935935
{
936936
{"krb_caseins_users", PGC_POSTMASTER, CONN_AUTH_SECURITY,
937-
gettext_noop("Sets whether Kerberos user names should be treated case insensitive."),
937+
gettext_noop("Sets whether Kerberos user names should be treated as case-insensitive."),
938938
NULL
939939
},
940940
&pg_krb_caseins_users,

0 commit comments

Comments
 (0)