Home
last modified time | relevance | path

Searched refs:RELOPT_OTHER_MEMBER_REL (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanmain.c247 brel->reloptkind == RELOPT_OTHER_MEMBER_REL) in query_planner()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanmain.c247 brel->reloptkind == RELOPT_OTHER_MEMBER_REL) in query_planner()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanmain.c247 brel->reloptkind == RELOPT_OTHER_MEMBER_REL) in query_planner()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanmain.c247 brel->reloptkind == RELOPT_OTHER_MEMBER_REL) in query_planner()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanmain.c247 brel->reloptkind == RELOPT_OTHER_MEMBER_REL) in query_planner()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanmain.c247 brel->reloptkind == RELOPT_OTHER_MEMBER_REL) in query_planner()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanmain.c247 brel->reloptkind == RELOPT_OTHER_MEMBER_REL) in query_planner()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/nodes/
H A Drelation.h496 RELOPT_OTHER_MEMBER_REL, enumerator
507 (rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
516 #define IS_OTHER_REL(rel) ((rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/nodes/
H A Drelation.h496 RELOPT_OTHER_MEMBER_REL, enumerator
507 (rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
516 #define IS_OTHER_REL(rel) ((rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
/dports/databases/postgresql10-client/postgresql-10.19/src/include/nodes/
H A Drelation.h496 RELOPT_OTHER_MEMBER_REL, enumerator
507 (rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
516 #define IS_OTHER_REL(rel) ((rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/nodes/
H A Drelation.h496 RELOPT_OTHER_MEMBER_REL, enumerator
507 (rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
516 #define IS_OTHER_REL(rel) ((rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/nodes/
H A Drelation.h496 RELOPT_OTHER_MEMBER_REL, enumerator
507 (rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
516 #define IS_OTHER_REL(rel) ((rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/nodes/
H A Drelation.h496 RELOPT_OTHER_MEMBER_REL, enumerator
507 (rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
516 #define IS_OTHER_REL(rel) ((rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/nodes/
H A Drelation.h496 RELOPT_OTHER_MEMBER_REL, enumerator
507 (rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
516 #define IS_OTHER_REL(rel) ((rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
/dports/databases/postgresql10-server/postgresql-10.19/src/include/nodes/
H A Drelation.h496 RELOPT_OTHER_MEMBER_REL, enumerator
507 (rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
516 #define IS_OTHER_REL(rel) ((rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/nodes/
H A Drelation.h496 RELOPT_OTHER_MEMBER_REL,
507 (rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
516 #define IS_OTHER_REL(rel) ((rel)->reloptkind == RELOPT_OTHER_MEMBER_REL)
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/util/
H A Drelnode.c194 RELOPT_OTHER_MEMBER_REL); in build_simple_rel()
913 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_appendrelinfo()
946 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_top_parent()
976 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/util/
H A Drelnode.c194 RELOPT_OTHER_MEMBER_REL); in build_simple_rel()
913 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_appendrelinfo()
946 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_top_parent()
976 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/util/
H A Drelnode.c194 RELOPT_OTHER_MEMBER_REL); in build_simple_rel()
913 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_appendrelinfo()
946 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_top_parent()
976 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/util/
H A Drelnode.c106 rel->reloptkind = parent ? RELOPT_OTHER_MEMBER_REL : RELOPT_BASEREL; in build_simple_rel()
976 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_appendrelinfo()
1004 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
1015 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/util/
H A Drelnode.c106 rel->reloptkind = parent ? RELOPT_OTHER_MEMBER_REL : RELOPT_BASEREL; in build_simple_rel()
976 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_appendrelinfo()
1004 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
1015 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/util/
H A Drelnode.c106 rel->reloptkind = parent ? RELOPT_OTHER_MEMBER_REL : RELOPT_BASEREL; in build_simple_rel()
976 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_appendrelinfo()
1004 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
1015 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/util/
H A Drelnode.c106 rel->reloptkind = parent ? RELOPT_OTHER_MEMBER_REL : RELOPT_BASEREL; in build_simple_rel()
976 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_appendrelinfo()
1004 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
1015 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/util/
H A Drelnode.c106 rel->reloptkind = parent ? RELOPT_OTHER_MEMBER_REL : RELOPT_BASEREL; in build_simple_rel()
976 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_appendrelinfo()
1004 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
1015 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/util/
H A Drelnode.c106 rel->reloptkind = parent ? RELOPT_OTHER_MEMBER_REL : RELOPT_BASEREL; in build_simple_rel()
976 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_appendrelinfo()
1004 Assert(rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()
1015 } while (rel->reloptkind == RELOPT_OTHER_MEMBER_REL); in find_childrel_parents()

12345678910>>...15