summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian1999-02-15 05:21:12 +0000
committerBruce Momjian1999-02-15 05:21:12 +0000
commitc5449d53549282f1317d6780f1f22c9f93848624 (patch)
tree37a7255ccce44c2366871a239dd25c424c84649d /src/include
parent82682ff31f5618911ea708646fc48015244ec7bb (diff)
otherrels is now unjoined_rels
Diffstat (limited to 'src/include')
-rw-r--r--src/include/nodes/relation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index 250fc29dfeb..7ade94575db 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: relation.h,v 1.24 1999/02/15 03:22:23 momjian Exp $
+ * $Id: relation.h,v 1.25 1999/02/15 05:21:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -246,7 +246,7 @@ typedef struct MergeInfo
typedef struct JoinInfo
{
NodeTag type;
- List *otherrels;
+ List *unjoined_rels;
List *jinfo_restrictinfo;
bool mergejoinable;
bool hashjoinable;