old_ctx = MemoryContextSwitchTo(new_ctx); …… do something MemoryContextSwitchTo(old_ctx);