Home
last modified time | relevance | path

Searched refs:save_current_depth (Results 1 – 25 of 35) sorted by relevance

12

/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth;
1151 context->current_depth = Max(save_current_depth, srf_depth);
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/util/
H A Dtlist.c1108 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1151 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c1119 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1162 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c1119 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1162 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c1119 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1162 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c1119 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1162 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c1119 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1162 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/util/
H A Dtlist.c1130 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1173 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c1119 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1162 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/util/
H A Dtlist.c1119 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1162 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/optimizer/util/
H A Dtlist.c1130 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1173 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/optimizer/util/
H A Dtlist.c1130 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1173 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/util/
H A Dtlist.c1134 int save_current_depth = context->current_depth; in split_pathtarget_walker() local
1177 context->current_depth = Max(save_current_depth, srf_depth); in split_pathtarget_walker()

12