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

Commitce90c0f

Browse files
committed
Fix typo in comment
1 parent7e06dbe commitce90c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: parsenodes.h,v 1.247 2003/08/1719:58:06 tgl Exp $
10+
* $Id: parsenodes.h,v 1.248 2003/09/1704:25:29 ishii Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1628,7 +1628,7 @@ typedef struct CreateConversionStmt
16281628
NodeTagtype;
16291629
List*conversion_name;/* Name of the conversion */
16301630
char*for_encoding_name;/* source encoding name */
1631-
char*to_encoding_name;/*destiname encoding name */
1631+
char*to_encoding_name;/*destination encoding name */
16321632
List*func_name;/* qualified conversion function name */
16331633
booldef;/* is this a default conversion? */
16341634
}CreateConversionStmt;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp