Skip to content

Commit 30f665d

Browse files
committed
Fix my own mistake in GUC variable annotation.
1 parent eb06e6d commit 30f665d

File tree

1 file changed

+4
-4
lines changed
  • src/backend/utils/misc

1 file changed

+4
-4
lines changed

src/backend/utils/misc/guc.c

Lines changed: 4 additions & 4 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-
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.145 2003/08/01 00:15:23 tgl Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.146 2003/08/01 01:23:11 tgl Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -1338,9 +1338,9 @@ static struct config_string ConfigureNamesString[] =
13381338

13391339
{
13401340
{"DateStyle", PGC_USERSET, CLIENT_CONN_LOCALE,
1341-
gettext_noop("The display format for date and time values, "),
1342-
gettext_noop("as well as the rules for interpreting ambiguous "
1343-
"date input values"),
1341+
gettext_noop("Sets display format for date and time values"),
1342+
gettext_noop("Also controls interpretation of ambiguous "
1343+
"date inputs"),
13441344
GUC_LIST_INPUT | GUC_REPORT
13451345
},
13461346
&datestyle_string,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy