|
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 | boolnot;/* Do we want inverse? */
|
187 | 187 | boolsymmetric;/* True if SYMMETRIC, false if ASYMMETRIC */
|
188 |
| -OidtypeId;/* Informationabotu common type */ |
| 188 | +OidtypeId;/* Informationabout common type */ |
189 | 189 | int16typeLen;
|
190 | 190 | booltypeByVal;
|
191 | 191 | Expr*gthan;
|
|