Skip to content

Commit ce90c0f

Browse files
committed
Fix typo in comment
1 parent 7e06dbe commit ce90c0f

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/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;

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