Home
last modified time | relevance | path

Searched refs:outer_selec (Results 26 – 50 of 305) sorted by relevance

12345678910>>...13

/dports/databases/postgresql12-server/postgresql-12.9/src/backend/optimizer/path/
H A Dclausesel.c663 if (rinfo->outer_selec >= 0) in main()
664 return rinfo->outer_selec; in main()
893 rinfo->outer_selec = s1;
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/path/
H A Dclausesel.c663 if (rinfo->outer_selec >= 0)
664 return rinfo->outer_selec;
893 rinfo->outer_selec = s1;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/optimizer/path/
H A Dclausesel.c663 if (rinfo->outer_selec >= 0) in clause_selectivity()
664 return rinfo->outer_selec; in clause_selectivity()
893 rinfo->outer_selec = s1; in clause_selectivity()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/optimizer/path/
H A Dclausesel.c662 if (rinfo->outer_selec >= 0) in clause_selectivity()
663 return rinfo->outer_selec; in clause_selectivity()
892 rinfo->outer_selec = s1; in clause_selectivity()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/optimizer/path/
H A Dclausesel.c663 if (rinfo->outer_selec >= 0) in clause_selectivity()
664 return rinfo->outer_selec; in clause_selectivity()
893 rinfo->outer_selec = s1; in clause_selectivity()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/optimizer/path/
H A Dclausesel.c663 if (rinfo->outer_selec >= 0) in clause_selectivity()
664 return rinfo->outer_selec; in clause_selectivity()
893 rinfo->outer_selec = s1; in clause_selectivity()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/optimizer/path/
H A Dclausesel.c663 if (rinfo->outer_selec >= 0) in clause_selectivity()
664 return rinfo->outer_selec; in clause_selectivity()
893 rinfo->outer_selec = s1; in clause_selectivity()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/optimizer/path/
H A Dclausesel.c662 if (rinfo->outer_selec >= 0) in clause_selectivity()
663 return rinfo->outer_selec; in clause_selectivity()
892 rinfo->outer_selec = s1; in clause_selectivity()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/optimizer/path/
H A Dclausesel.c662 if (rinfo->outer_selec >= 0) in clause_selectivity()
663 return rinfo->outer_selec; in clause_selectivity()
892 rinfo->outer_selec = s1; in clause_selectivity()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/optimizer/path/
H A Dclausesel.c662 if (rinfo->outer_selec >= 0) in narrowBinOp()
663 return rinfo->outer_selec; in narrowBinOp()
892 rinfo->outer_selec = s1; in narrowBinOp()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/path/
H A Dclausesel.c767 if (rinfo->outer_selec >= 0) in clause_selectivity_ext()
768 return rinfo->outer_selec; in clause_selectivity_ext()
992 rinfo->outer_selec = s1; in clause_selectivity_ext()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/path/
H A Dclausesel.c767 if (rinfo->outer_selec >= 0) in clause_selectivity_ext()
768 return rinfo->outer_selec; in clause_selectivity_ext()
992 rinfo->outer_selec = s1; in clause_selectivity_ext()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/path/
H A Dclausesel.c767 if (rinfo->outer_selec >= 0) in clause_selectivity_ext()
768 return rinfo->outer_selec; in clause_selectivity_ext()
992 rinfo->outer_selec = s1; in clause_selectivity_ext()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/path/
H A Dclausesel.c767 if (rinfo->outer_selec >= 0) in clause_selectivity_ext()
768 return rinfo->outer_selec; in clause_selectivity_ext()
992 rinfo->outer_selec = s1; in clause_selectivity_ext()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/path/
H A Dclausesel.c767 if (rinfo->outer_selec >= 0) in clause_selectivity_ext()
768 return rinfo->outer_selec; in clause_selectivity_ext()
992 rinfo->outer_selec = s1; in clause_selectivity_ext()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/path/
H A Dclausesel.c767 if (rinfo->outer_selec >= 0) in clause_selectivity_ext()
768 return rinfo->outer_selec; in clause_selectivity_ext()
992 rinfo->outer_selec = s1; in clause_selectivity_ext()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/path/
H A Dclausesel.c767 if (rinfo->outer_selec >= 0) in clause_selectivity_ext()
768 return rinfo->outer_selec; in clause_selectivity_ext()
992 rinfo->outer_selec = s1; in clause_selectivity_ext()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/util/
H A Drestrictinfo.c186 restrictinfo->outer_selec = -1; in make_restrictinfo_internal()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/util/
H A Drestrictinfo.c186 restrictinfo->outer_selec = -1; in make_restrictinfo_internal()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/util/
H A Drestrictinfo.c186 restrictinfo->outer_selec = -1; in make_restrictinfo_internal()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/util/
H A Drestrictinfo.c186 restrictinfo->outer_selec = -1; in make_restrictinfo_internal()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/util/
H A Drestrictinfo.c186 restrictinfo->outer_selec = -1; in make_restrictinfo_internal()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/util/
H A Drestrictinfo.c186 restrictinfo->outer_selec = -1; in make_restrictinfo_internal()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/util/
H A Drestrictinfo.c186 restrictinfo->outer_selec = -1; in make_restrictinfo_internal()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/util/
H A Drestrictinfo.c186 restrictinfo->outer_selec = -1;

12345678910>>...13