Home
last modified time | relevance | path

Searched refs:oldowner (Results 26 – 50 of 491) sorted by relevance

12345678910>>...20

/dports/databases/postgresql14-contrib/postgresql-14.1/src/pl/plpython/
H A Dplpy_cursorobject.c83 volatile ResourceOwner oldowner; in PLy_cursor_query() local
99 oldowner = CurrentResourceOwner; in PLy_cursor_query()
101 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
131 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
149 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
197 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
199 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
314 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
334 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
377 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/pl/plpython/
H A Dplpy_cursorobject.c83 volatile ResourceOwner oldowner; in PLy_cursor_query() local
99 oldowner = CurrentResourceOwner; in PLy_cursor_query()
101 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
131 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
149 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
197 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
199 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
314 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
334 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
377 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/pl/plpython/
H A Dplpy_cursorobject.c83 volatile ResourceOwner oldowner; in PLy_cursor_query() local
99 oldowner = CurrentResourceOwner; in PLy_cursor_query()
101 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
131 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
149 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
197 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
199 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
314 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
334 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
377 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/pl/plpython/
H A Dplpy_cursorobject.c111 volatile ResourceOwner oldowner; in PLy_cursor_query() local
123 oldowner = CurrentResourceOwner; in PLy_cursor_query()
125 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
154 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
171 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
215 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
217 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
343 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
363 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
405 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/pl/plpython/
H A Dplpy_cursorobject.c111 volatile ResourceOwner oldowner; in PLy_cursor_query() local
123 oldowner = CurrentResourceOwner; in PLy_cursor_query()
125 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
154 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
171 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
215 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
217 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
343 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
363 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
405 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/pl/plpython/
H A Dplpy_cursorobject.c111 volatile ResourceOwner oldowner; in PLy_cursor_query() local
123 oldowner = CurrentResourceOwner; in PLy_cursor_query()
125 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
154 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
171 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
215 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
217 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
343 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
363 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
405 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/pl/plpython/
H A Dplpy_cursorobject.c83 volatile ResourceOwner oldowner;
99 oldowner = CurrentResourceOwner;
101 PLy_spi_subtransaction_begin(oldcontext, oldowner);
131 PLy_spi_subtransaction_abort(oldcontext, oldowner);
149 volatile ResourceOwner oldowner;
197 oldowner = CurrentResourceOwner;
199 PLy_spi_subtransaction_begin(oldcontext, oldowner);
314 volatile ResourceOwner oldowner;
334 oldowner = CurrentResourceOwner;
377 volatile ResourceOwner oldowner;
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/pl/plpython/
H A Dplpy_cursorobject.c89 volatile ResourceOwner oldowner; in PLy_cursor_query() local
105 oldowner = CurrentResourceOwner; in PLy_cursor_query()
107 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
137 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
155 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
203 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
205 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
322 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
342 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
385 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/pl/plpython/
H A Dplpy_cursorobject.c89 volatile ResourceOwner oldowner;
105 oldowner = CurrentResourceOwner;
107 PLy_spi_subtransaction_begin(oldcontext, oldowner);
137 PLy_spi_subtransaction_abort(oldcontext, oldowner);
155 volatile ResourceOwner oldowner;
203 oldowner = CurrentResourceOwner;
205 PLy_spi_subtransaction_begin(oldcontext, oldowner);
322 volatile ResourceOwner oldowner;
342 oldowner = CurrentResourceOwner;
385 volatile ResourceOwner oldowner;
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/pl/plpython/
H A Dplpy_cursorobject.c89 volatile ResourceOwner oldowner;
105 oldowner = CurrentResourceOwner;
107 PLy_spi_subtransaction_begin(oldcontext, oldowner);
137 PLy_spi_subtransaction_abort(oldcontext, oldowner);
155 volatile ResourceOwner oldowner;
203 oldowner = CurrentResourceOwner;
205 PLy_spi_subtransaction_begin(oldcontext, oldowner);
322 volatile ResourceOwner oldowner;
342 oldowner = CurrentResourceOwner;
385 volatile ResourceOwner oldowner;
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/pl/plpython/
H A Dplpy_cursorobject.c83 volatile ResourceOwner oldowner; in PLy_cursor_query() local
99 oldowner = CurrentResourceOwner; in PLy_cursor_query()
101 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
131 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
149 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
197 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
199 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
314 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
334 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
377 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/pl/plpython/
H A Dplpy_cursorobject.c89 volatile ResourceOwner oldowner; in PLy_cursor_query() local
105 oldowner = CurrentResourceOwner; in PLy_cursor_query()
107 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
137 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
155 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
203 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
205 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
322 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
342 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
385 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/pl/plpython/
H A Dplpy_cursorobject.c89 volatile ResourceOwner oldowner; in PLy_cursor_query() local
105 oldowner = CurrentResourceOwner; in PLy_cursor_query()
107 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
137 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
155 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
203 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
205 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
322 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
342 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
385 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/pl/plpython/
H A Dplpy_cursorobject.c89 volatile ResourceOwner oldowner; in PLy_cursor_query() local
105 oldowner = CurrentResourceOwner; in PLy_cursor_query()
107 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
137 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
155 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
203 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
205 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
322 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
342 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
385 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/pl/plpython/
H A Dplpy_cursorobject.c83 volatile ResourceOwner oldowner; in PLy_cursor_query() local
99 oldowner = CurrentResourceOwner; in PLy_cursor_query()
101 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
131 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
149 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
197 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
199 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
314 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
334 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
377 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/pl/plpython/
H A Dplpy_cursorobject.c83 volatile ResourceOwner oldowner; in PLy_cursor_query() local
99 oldowner = CurrentResourceOwner; in PLy_cursor_query()
101 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_query()
131 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_cursor_query()
149 volatile ResourceOwner oldowner; in PLy_cursor_plan() local
197 oldowner = CurrentResourceOwner; in PLy_cursor_plan()
199 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_cursor_plan()
314 volatile ResourceOwner oldowner; in PLy_cursor_iternext() local
334 oldowner = CurrentResourceOwner; in PLy_cursor_iternext()
377 volatile ResourceOwner oldowner; in PLy_cursor_fetch() local
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/pl/plpython/
H A Dplpy_cursorobject.c83 volatile ResourceOwner oldowner;
99 oldowner = CurrentResourceOwner;
101 PLy_spi_subtransaction_begin(oldcontext, oldowner);
131 PLy_spi_subtransaction_abort(oldcontext, oldowner);
149 volatile ResourceOwner oldowner;
197 oldowner = CurrentResourceOwner;
199 PLy_spi_subtransaction_begin(oldcontext, oldowner);
314 volatile ResourceOwner oldowner;
334 oldowner = CurrentResourceOwner;
377 volatile ResourceOwner oldowner;
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/plpython/
H A Dplpy_spi.c51 volatile ResourceOwner oldowner; in PLy_spi_prepare() local
82 oldowner = CurrentResourceOwner; in PLy_spi_prepare()
84 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_spi_prepare()
147 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_spi_prepare()
188 volatile ResourceOwner oldowner; in PLy_spi_execute_plan() local
224 oldowner = CurrentResourceOwner; in PLy_spi_execute_plan()
226 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_spi_execute_plan()
318 volatile ResourceOwner oldowner; in PLy_spi_execute_query() local
322 oldowner = CurrentResourceOwner; in PLy_spi_execute_query()
503 CurrentResourceOwner = oldowner; in PLy_spi_subtransaction_commit()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/plpython/
H A Dplpy_spi.c51 volatile ResourceOwner oldowner;
82 oldowner = CurrentResourceOwner;
84 PLy_spi_subtransaction_begin(oldcontext, oldowner);
147 PLy_spi_subtransaction_abort(oldcontext, oldowner);
188 volatile ResourceOwner oldowner;
224 oldowner = CurrentResourceOwner;
226 PLy_spi_subtransaction_begin(oldcontext, oldowner);
318 volatile ResourceOwner oldowner;
322 oldowner = CurrentResourceOwner;
503 CurrentResourceOwner = oldowner;
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plpython/
H A Dplpy_spi.c51 volatile ResourceOwner oldowner; in PLy_spi_prepare() local
82 oldowner = CurrentResourceOwner; in PLy_spi_prepare()
84 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_spi_prepare()
147 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_spi_prepare()
188 volatile ResourceOwner oldowner; in PLy_spi_execute_plan() local
224 oldowner = CurrentResourceOwner; in PLy_spi_execute_plan()
226 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_spi_execute_plan()
318 volatile ResourceOwner oldowner; in PLy_spi_execute_query() local
322 oldowner = CurrentResourceOwner; in PLy_spi_execute_query()
503 CurrentResourceOwner = oldowner; in PLy_spi_subtransaction_commit()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plpython/
H A Dplpy_spi.c51 volatile ResourceOwner oldowner; in PLy_spi_prepare() local
82 oldowner = CurrentResourceOwner; in PLy_spi_prepare()
84 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_spi_prepare()
147 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_spi_prepare()
188 volatile ResourceOwner oldowner; in PLy_spi_execute_plan() local
224 oldowner = CurrentResourceOwner; in PLy_spi_execute_plan()
226 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_spi_execute_plan()
318 volatile ResourceOwner oldowner; in PLy_spi_execute_query() local
322 oldowner = CurrentResourceOwner; in PLy_spi_execute_query()
503 CurrentResourceOwner = oldowner; in PLy_spi_subtransaction_commit()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plpython/
H A Dplpy_spi.c51 volatile ResourceOwner oldowner;
82 oldowner = CurrentResourceOwner;
84 PLy_spi_subtransaction_begin(oldcontext, oldowner);
147 PLy_spi_subtransaction_abort(oldcontext, oldowner);
188 volatile ResourceOwner oldowner;
224 oldowner = CurrentResourceOwner;
226 PLy_spi_subtransaction_begin(oldcontext, oldowner);
318 volatile ResourceOwner oldowner;
322 oldowner = CurrentResourceOwner;
503 CurrentResourceOwner = oldowner;
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plpython/
H A Dplpy_spi.c51 volatile ResourceOwner oldowner;
82 oldowner = CurrentResourceOwner;
84 PLy_spi_subtransaction_begin(oldcontext, oldowner);
147 PLy_spi_subtransaction_abort(oldcontext, oldowner);
188 volatile ResourceOwner oldowner;
224 oldowner = CurrentResourceOwner;
226 PLy_spi_subtransaction_begin(oldcontext, oldowner);
318 volatile ResourceOwner oldowner;
322 oldowner = CurrentResourceOwner;
503 CurrentResourceOwner = oldowner;
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plpython/
H A Dplpy_spi.c51 volatile ResourceOwner oldowner;
82 oldowner = CurrentResourceOwner;
84 PLy_spi_subtransaction_begin(oldcontext, oldowner);
147 PLy_spi_subtransaction_abort(oldcontext, oldowner);
188 volatile ResourceOwner oldowner;
224 oldowner = CurrentResourceOwner;
226 PLy_spi_subtransaction_begin(oldcontext, oldowner);
318 volatile ResourceOwner oldowner;
322 oldowner = CurrentResourceOwner;
504 CurrentResourceOwner = oldowner;
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/plpython/
H A Dplpy_spi.c51 volatile ResourceOwner oldowner; in PLy_spi_prepare() local
82 oldowner = CurrentResourceOwner; in PLy_spi_prepare()
84 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_spi_prepare()
147 PLy_spi_subtransaction_abort(oldcontext, oldowner); in PLy_spi_prepare()
188 volatile ResourceOwner oldowner; in PLy_spi_execute_plan() local
224 oldowner = CurrentResourceOwner; in PLy_spi_execute_plan()
226 PLy_spi_subtransaction_begin(oldcontext, oldowner); in PLy_spi_execute_plan()
318 volatile ResourceOwner oldowner; in PLy_spi_execute_query() local
322 oldowner = CurrentResourceOwner; in PLy_spi_execute_query()
503 CurrentResourceOwner = oldowner; in PLy_spi_subtransaction_commit()
[all …]

12345678910>>...20