|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
* |
|
|
|
|
* Copyright (c) 1994, Regents of the University of California |
|
|
|
|
* |
|
|
|
|
* $Id: parsenodes.h,v 1.33 1997/11/21 19:12:25 momjian Exp $ |
|
|
|
|
* $Id: parsenodes.h,v 1.34 1997/11/21 19:59:39 momjian Exp $ |
|
|
|
|
* |
|
|
|
|
*------------------------------------------------------------------------- |
|
|
|
|
*/ |
|
|
|
@ -61,7 +61,7 @@ typedef struct Query |
|
|
|
|
|
|
|
|
|
/* internal to planner */ |
|
|
|
|
List *base_relation_list_; /* base relation list */ |
|
|
|
|
List *join_relation_list_; /* list of relations generated by
|
|
|
|
|
List *join_relation_list_; /* list of relations */ |
|
|
|
|
} Query; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|