Home
last modified time | relevance | path

Searched refs:oldCxt (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/dports/databases/plpgsql_check/plpgsql_check-2.0.6/src/
H A Dcheck_expr.c744 MemoryContextSwitchTo(oldCxt); in plpgsql_check_expr_with_scalar_type()
771 MemoryContextSwitchTo(oldCxt); in plpgsql_check_expr_with_scalar_type()
780 MemoryContextSwitchTo(oldCxt); in plpgsql_check_expr_with_scalar_type()
785 MemoryContextSwitchTo(oldCxt); in plpgsql_check_expr_with_scalar_type()
797 MemoryContextSwitchTo(oldCxt); in plpgsql_check_expr_with_scalar_type()
821 MemoryContextSwitchTo(oldCxt); in plpgsql_check_returned_expr()
887 MemoryContextSwitchTo(oldCxt); in plpgsql_check_returned_expr()
896 MemoryContextSwitchTo(oldCxt); in plpgsql_check_returned_expr()
901 MemoryContextSwitchTo(oldCxt); in plpgsql_check_returned_expr()
985 MemoryContextSwitchTo(oldCxt);
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
201 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
203 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
201 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
203 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
201 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
203 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt;
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt);
121 MemoryContextSwitchTo(oldCxt);
134 MemoryContext oldCxt;
202 oldCxt = MemoryContextSwitchTo(so->queueCxt);
204 MemoryContextSwitchTo(oldCxt);
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
213 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
215 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
213 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
215 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
202 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
204 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
213 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
215 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
201 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
203 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
213 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
215 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
213 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
215 MemoryContextSwitchTo(oldCxt); in gistrescan()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/gist/
H A Dgistscan.c79 MemoryContext oldCxt; in gistbeginscan() local
90 oldCxt = MemoryContextSwitchTo(giststate->scanCxt); in gistbeginscan()
121 MemoryContextSwitchTo(oldCxt); in gistbeginscan()
134 MemoryContext oldCxt; in gistrescan() local
213 oldCxt = MemoryContextSwitchTo(so->queueCxt); in gistrescan()
215 MemoryContextSwitchTo(oldCxt); in gistrescan()

12345678910>>...24