Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ce90c0f5
Commit
ce90c0f5
authored
Sep 17, 2003
by
Tatsuo Ishii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in comment
parent
7e06dbe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/nodes/parsenodes.h
src/include/nodes/parsenodes.h
+2
-2
No files found.
src/include/nodes/parsenodes.h
View file @
ce90c0f5
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: parsenodes.h,v 1.24
7 2003/08/17 19:58:06 tgl
Exp $
* $Id: parsenodes.h,v 1.24
8 2003/09/17 04:25:29 ishii
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -1628,7 +1628,7 @@ typedef struct CreateConversionStmt
...
@@ -1628,7 +1628,7 @@ typedef struct CreateConversionStmt
NodeTag
type
;
NodeTag
type
;
List
*
conversion_name
;
/* Name of the conversion */
List
*
conversion_name
;
/* Name of the conversion */
char
*
for_encoding_name
;
/* source encoding name */
char
*
for_encoding_name
;
/* source encoding name */
char
*
to_encoding_name
;
/* destina
me
encoding name */
char
*
to_encoding_name
;
/* destina
tion
encoding name */
List
*
func_name
;
/* qualified conversion function name */
List
*
func_name
;
/* qualified conversion function name */
bool
def
;
/* is this a default conversion? */
bool
def
;
/* is this a default conversion? */
}
CreateConversionStmt
;
}
CreateConversionStmt
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment