Home
last modified time | relevance | path

Searched refs:rd_pdcxt (Results 1 – 25 of 107) sorted by relevance

12345

/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/partitioning/
H A Dpartdesc.c180 Assert(rel->rd_pdcxt == NULL); in RelationBuildPartitionDesc()
192 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext, in RelationBuildPartitionDesc()
195 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt, in RelationBuildPartitionDesc()
199 MemoryContextAllocZero(rel->rd_pdcxt, sizeof(PartitionDescData)); in RelationBuildPartitionDesc()
208 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt); in RelationBuildPartitionDesc()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/partitioning/
H A Dpartdesc.c180 Assert(rel->rd_pdcxt == NULL); in RelationBuildPartitionDesc()
192 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext, in RelationBuildPartitionDesc()
195 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt, in RelationBuildPartitionDesc()
199 MemoryContextAllocZero(rel->rd_pdcxt, sizeof(PartitionDescData)); in RelationBuildPartitionDesc()
208 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt); in RelationBuildPartitionDesc()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/partitioning/
H A Dpartdesc.c180 Assert(rel->rd_pdcxt == NULL); in RelationBuildPartitionDesc()
192 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext, in RelationBuildPartitionDesc()
195 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt, in RelationBuildPartitionDesc()
199 MemoryContextAllocZero(rel->rd_pdcxt, sizeof(PartitionDescData)); in RelationBuildPartitionDesc()
208 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt); in RelationBuildPartitionDesc()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/partitioning/
H A Dpartdesc.c180 Assert(rel->rd_pdcxt == NULL); in RelationBuildPartitionDesc()
192 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext, in RelationBuildPartitionDesc()
195 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt, in RelationBuildPartitionDesc()
199 MemoryContextAllocZero(rel->rd_pdcxt, sizeof(PartitionDescData)); in RelationBuildPartitionDesc()
208 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt); in RelationBuildPartitionDesc()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/partitioning/
H A Dpartdesc.c180 Assert(rel->rd_pdcxt == NULL); in RelationBuildPartitionDesc()
192 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext, in RelationBuildPartitionDesc()
195 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt, in RelationBuildPartitionDesc()
199 MemoryContextAllocZero(rel->rd_pdcxt, sizeof(PartitionDescData)); in RelationBuildPartitionDesc()
208 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt); in RelationBuildPartitionDesc()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/partitioning/
H A Dpartdesc.c180 Assert(rel->rd_pdcxt == NULL); in RelationBuildPartitionDesc()
192 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext, in RelationBuildPartitionDesc()
195 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt, in RelationBuildPartitionDesc()
199 MemoryContextAllocZero(rel->rd_pdcxt, sizeof(PartitionDescData)); in RelationBuildPartitionDesc()
208 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt); in RelationBuildPartitionDesc()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/partitioning/
H A Dpartdesc.c180 Assert(rel->rd_pdcxt == NULL); in RelationBuildPartitionDesc()
192 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext, in RelationBuildPartitionDesc()
195 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt, in RelationBuildPartitionDesc()
199 MemoryContextAllocZero(rel->rd_pdcxt, sizeof(PartitionDescData)); in RelationBuildPartitionDesc()
208 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt); in RelationBuildPartitionDesc()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c273 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
274 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
275 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c273 if (rel->rd_pdcxt != NULL)
274 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt);
275 rel->rd_pdcxt = new_pdcxt;
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c273 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
274 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
275 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c273 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
274 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
275 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c273 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
274 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
275 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c273 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
274 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
275 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/partitioning/
H A Dpartdesc.c273 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
274 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
275 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c363 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
364 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
365 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c363 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
364 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
365 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c363 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
364 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
365 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c363 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
364 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
365 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c363 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
364 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
365 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c363 if (rel->rd_pdcxt != NULL)
364 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt);
365 rel->rd_pdcxt = new_pdcxt;
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/partitioning/
H A Dpartdesc.c363 if (rel->rd_pdcxt != NULL) in RelationBuildPartitionDesc()
364 MemoryContextSetParent(rel->rd_pdcxt, new_pdcxt); in RelationBuildPartitionDesc()
365 rel->rd_pdcxt = new_pdcxt; in RelationBuildPartitionDesc()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c575 Assert(rel->rd_pdcxt == NULL); in RelationBuildPartitionDesc()
587 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext, in RelationBuildPartitionDesc()
590 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt, in RelationBuildPartitionDesc()
593 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt); in RelationBuildPartitionDesc()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c575 Assert(rel->rd_pdcxt == NULL); in RelationBuildPartitionDesc()
587 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext, in RelationBuildPartitionDesc()
590 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt, in RelationBuildPartitionDesc()
593 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt); in RelationBuildPartitionDesc()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c575 Assert(rel->rd_pdcxt == NULL);
587 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext,
590 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt,
593 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt);
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/cache/
H A Dpartcache.c575 Assert(rel->rd_pdcxt == NULL);
587 rel->rd_pdcxt = AllocSetContextCreate(CacheMemoryContext,
590 MemoryContextCopyAndSetIdentifier(rel->rd_pdcxt,
593 oldcxt = MemoryContextSwitchTo(rel->rd_pdcxt);

12345