Home
last modified time | relevance | path

Searched refs:new_tlist (Results 151 – 175 of 283) sorted by relevance

12345678910>>...12

/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c3741 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
3749 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
3752 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
3754 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
3758 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql11-server/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c3741 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
3749 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
3752 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
3754 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
3758 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c3741 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
3749 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
3752 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
3754 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
3758 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql11-client/postgresql-11.14/contrib/postgres_fdw/
H A Dpostgres_fdw.c3741 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
3749 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
3752 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
3754 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
3758 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c3973 List *new_tlist = tlist;
3981 if (tlist_member(tle->expr, new_tlist))
3984 new_tlist = lappend(new_tlist,
3986 list_length(new_tlist) + 1,
3990 fscan->fdw_scan_tlist = new_tlist;
/dports/databases/postgresql12-client/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c3973 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
3981 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
3984 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
3986 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
3990 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql13-server/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c4027 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
4035 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
4038 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
4040 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
4044 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c4027 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
4035 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
4038 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
4040 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
4044 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql13-docs/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c4027 List *new_tlist = tlist;
4035 if (tlist_member(tle->expr, new_tlist))
4038 new_tlist = lappend(new_tlist,
4040 list_length(new_tlist) + 1,
4044 fscan->fdw_scan_tlist = new_tlist;
/dports/databases/postgresql12-plperl/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c3973 List *new_tlist = tlist;
3981 if (tlist_member(tle->expr, new_tlist))
3984 new_tlist = lappend(new_tlist,
3986 list_length(new_tlist) + 1,
3990 fscan->fdw_scan_tlist = new_tlist;
/dports/databases/postgresql13-client/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c4027 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
4035 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
4038 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
4040 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
4044 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql13-contrib/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c4027 List *new_tlist = tlist;
4035 if (tlist_member(tle->expr, new_tlist))
4038 new_tlist = lappend(new_tlist,
4040 list_length(new_tlist) + 1,
4044 fscan->fdw_scan_tlist = new_tlist;
/dports/databases/postgresql12-docs/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c3973 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
3981 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
3984 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
3986 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
3990 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql12-pltcl/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c3973 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
3981 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
3984 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
3986 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
3990 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql12-server/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c3973 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
3981 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
3984 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
3986 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
3990 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql12-plpython/postgresql-12.9/contrib/postgres_fdw/
H A Dpostgres_fdw.c3973 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
3981 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
3984 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
3986 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
3990 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql13-plpython/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c4027 List *new_tlist = tlist;
4035 if (tlist_member(tle->expr, new_tlist))
4038 new_tlist = lappend(new_tlist,
4040 list_length(new_tlist) + 1,
4044 fscan->fdw_scan_tlist = new_tlist;
/dports/databases/postgresql13-plperl/postgresql-13.5/contrib/postgres_fdw/
H A Dpostgres_fdw.c4027 List *new_tlist = tlist; in rebuild_fdw_scan_tlist() local
4035 if (tlist_member(tle->expr, new_tlist)) in rebuild_fdw_scan_tlist()
4038 new_tlist = lappend(new_tlist, in rebuild_fdw_scan_tlist()
4040 list_length(new_tlist) + 1, in rebuild_fdw_scan_tlist()
4044 fscan->fdw_scan_tlist = new_tlist; in rebuild_fdw_scan_tlist()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c145 static List *postprocess_setop_tlist(List *new_tlist, List *orig_tlist);
4594 postprocess_setop_tlist(List *new_tlist, List *orig_tlist) in postprocess_setop_tlist() argument
4599 foreach(l, new_tlist) in postprocess_setop_tlist()
4618 return new_tlist; in postprocess_setop_tlist()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c145 static List *postprocess_setop_tlist(List *new_tlist, List *orig_tlist);
4594 postprocess_setop_tlist(List *new_tlist, List *orig_tlist) in postprocess_setop_tlist() argument
4599 foreach(l, new_tlist) in postprocess_setop_tlist()
4618 return new_tlist; in postprocess_setop_tlist()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c145 static List *postprocess_setop_tlist(List *new_tlist, List *orig_tlist);
4594 postprocess_setop_tlist(List *new_tlist, List *orig_tlist) in postprocess_setop_tlist() argument
4599 foreach(l, new_tlist) in postprocess_setop_tlist()
4618 return new_tlist; in postprocess_setop_tlist()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c145 static List *postprocess_setop_tlist(List *new_tlist, List *orig_tlist);
4594 postprocess_setop_tlist(List *new_tlist, List *orig_tlist) in postprocess_setop_tlist() argument
4599 foreach(l, new_tlist) in postprocess_setop_tlist()
4618 return new_tlist; in postprocess_setop_tlist()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c145 static List *postprocess_setop_tlist(List *new_tlist, List *orig_tlist);
4594 postprocess_setop_tlist(List *new_tlist, List *orig_tlist) in postprocess_setop_tlist() argument
4599 foreach(l, new_tlist) in postprocess_setop_tlist()
4618 return new_tlist; in postprocess_setop_tlist()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c145 static List *postprocess_setop_tlist(List *new_tlist, List *orig_tlist);
4594 postprocess_setop_tlist(List *new_tlist, List *orig_tlist) in postprocess_setop_tlist() argument
4599 foreach(l, new_tlist) in postprocess_setop_tlist()
4618 return new_tlist; in postprocess_setop_tlist()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/optimizer/plan/
H A Dplanner.c145 static List *postprocess_setop_tlist(List *new_tlist, List *orig_tlist);
4594 postprocess_setop_tlist(List *new_tlist, List *orig_tlist) in postprocess_setop_tlist() argument
4599 foreach(l, new_tlist) in postprocess_setop_tlist()
4618 return new_tlist; in postprocess_setop_tlist()

12345678910>>...12