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 7
7
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: parsenodes.h,v 1.188 2002/07/18 04:41:45 momjian Exp $
10
+ * $Id: parsenodes.h,v 1.189 2002/07/18 04:42:29 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -185,7 +185,7 @@ typedef struct BetweenExpr
185
185
Node * rexpr ; /* Second bound */
186
186
bool not ; /* Do we want inverse? */
187
187
bool symmetric ; /* True if SYMMETRIC, false if ASYMMETRIC */
188
- Oid typeId ; /* Information abotu common type */
188
+ Oid typeId ; /* Information about common type */
189
189
int16 typeLen ;
190
190
bool typeByVal ;
191
191
Expr * gthan ;
You can’t perform that action at this time.
0 commit comments