Home
last modified time | relevance | path

Searched refs:oldCxt (Results 76 – 100 of 589) sorted by relevance

12345678910>>...24

/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/gist/
H A Dgist.c155 MemoryContext oldCxt; in gistinsert() local
160 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
164 MemoryContextSwitchTo(oldCxt); in gistinsert()
167 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
176 MemoryContextSwitchTo(oldCxt); in gistinsert()
1433 MemoryContext oldCxt; in initGISTstate() local
1445 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1510 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/gist/
H A Dgist.c158 MemoryContext oldCxt; in gistinsert() local
163 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
167 MemoryContextSwitchTo(oldCxt); in gistinsert()
170 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
179 MemoryContextSwitchTo(oldCxt); in gistinsert()
1445 MemoryContext oldCxt; in initGISTstate() local
1457 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1534 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/gist/
H A Dgist.c155 MemoryContext oldCxt; in gistinsert() local
160 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
164 MemoryContextSwitchTo(oldCxt); in gistinsert()
167 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
176 MemoryContextSwitchTo(oldCxt); in gistinsert()
1433 MemoryContext oldCxt; in initGISTstate() local
1445 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1510 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/gist/
H A Dgist.c155 MemoryContext oldCxt; in gistinsert() local
160 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
164 MemoryContextSwitchTo(oldCxt); in gistinsert()
167 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
176 MemoryContextSwitchTo(oldCxt); in gistinsert()
1433 MemoryContext oldCxt; in initGISTstate() local
1445 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1510 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/gist/
H A Dgist.c155 MemoryContext oldCxt; in gistinsert() local
160 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
164 MemoryContextSwitchTo(oldCxt); in gistinsert()
167 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
176 MemoryContextSwitchTo(oldCxt); in gistinsert()
1433 MemoryContext oldCxt; in initGISTstate() local
1445 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1510 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/gist/
H A Dgist.c155 MemoryContext oldCxt; in gistinsert() local
160 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
164 MemoryContextSwitchTo(oldCxt); in gistinsert()
167 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
176 MemoryContextSwitchTo(oldCxt); in gistinsert()
1433 MemoryContext oldCxt; in initGISTstate() local
1445 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1510 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/gist/
H A Dgist.c158 MemoryContext oldCxt;
163 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context);
167 MemoryContextSwitchTo(oldCxt);
170 oldCxt = MemoryContextSwitchTo(giststate->tempCxt);
179 MemoryContextSwitchTo(oldCxt);
1445 MemoryContext oldCxt;
1457 oldCxt = MemoryContextSwitchTo(scanCxt);
1534 MemoryContextSwitchTo(oldCxt);
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/gist/
H A Dgist.c158 MemoryContext oldCxt; in gistinsert() local
163 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
167 MemoryContextSwitchTo(oldCxt); in gistinsert()
170 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
179 MemoryContextSwitchTo(oldCxt); in gistinsert()
1445 MemoryContext oldCxt; in initGISTstate() local
1457 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1534 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/gist/
H A Dgist.c158 MemoryContext oldCxt;
163 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context);
167 MemoryContextSwitchTo(oldCxt);
170 oldCxt = MemoryContextSwitchTo(giststate->tempCxt);
179 MemoryContextSwitchTo(oldCxt);
1445 MemoryContext oldCxt;
1457 oldCxt = MemoryContextSwitchTo(scanCxt);
1534 MemoryContextSwitchTo(oldCxt);
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/gist/
H A Dgist.c158 MemoryContext oldCxt; in gistinsert() local
163 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
167 MemoryContextSwitchTo(oldCxt); in gistinsert()
170 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
179 MemoryContextSwitchTo(oldCxt); in gistinsert()
1445 MemoryContext oldCxt; in initGISTstate() local
1457 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1534 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/gist/
H A Dgist.c158 MemoryContext oldCxt; in gistinsert() local
163 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
167 MemoryContextSwitchTo(oldCxt); in gistinsert()
170 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
179 MemoryContextSwitchTo(oldCxt); in gistinsert()
1445 MemoryContext oldCxt; in initGISTstate() local
1457 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1534 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/gist/
H A Dgist.c158 MemoryContext oldCxt; in gistinsert() local
163 oldCxt = MemoryContextSwitchTo(indexInfo->ii_Context); in gistinsert()
167 MemoryContextSwitchTo(oldCxt); in gistinsert()
170 oldCxt = MemoryContextSwitchTo(giststate->tempCxt); in gistinsert()
179 MemoryContextSwitchTo(oldCxt); in gistinsert()
1445 MemoryContext oldCxt; in initGISTstate() local
1457 oldCxt = MemoryContextSwitchTo(scanCxt); in initGISTstate()
1534 MemoryContextSwitchTo(oldCxt); in initGISTstate()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt =
666 MemoryContextSwitchTo(oldCxt);
696 MemoryContext oldCxt =
703 MemoryContextSwitchTo(oldCxt);
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/gist/
H A Dgistget.c659 MemoryContext oldCxt = in gistgettuple() local
666 MemoryContextSwitchTo(oldCxt); in gistgettuple()
696 MemoryContext oldCxt = in gistgettuple() local
703 MemoryContextSwitchTo(oldCxt); in gistgettuple()

12345678910>>...24