Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30f665d

Browse files
committed
Fix my own mistake in GUC variable annotation.
1 parenteb06e6d commit30f665d

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/0100:15:23 tgl Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.146 2003/08/0101: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-
"dateinput values"),
1341+
gettext_noop("Sets display format for date and time values"),
1342+
gettext_noop("Also controls interpretation of ambiguous "
1343+
"dateinputs"),
13441344
GUC_LIST_INPUT |GUC_REPORT
13451345
},
13461346
&datestyle_string,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp