您好:
我想咨询一下,如果把内存切换到 TopMemoryContext
MemoryContextSwitchTo(TopMemoryContext);
是否可以进行 palloc 等内存操作,如果不可以的话,是否有一种可以替代的方式?
huangning2@supermap.com