File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 /17 19:58:06 tgl Exp $
10+ * $Id: parsenodes.h,v 1.248 2003/09 /17 04:25:29 ishii Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -1628,7 +1628,7 @@ typedef struct CreateConversionStmt
16281628 NodeTag type ;
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 bool def ; /* is this a default conversion? */
16341634} CreateConversionStmt ;
You can’t perform that action at this time.
0 commit comments