*** pgsql/src/backend/utils/fmgr/funcapi.c 2008/02/29 02:49:43 1.37.2.1 --- pgsql/src/backend/utils/fmgr/funcapi.c 2008/11/30 18:49:42 1.37.2.2 *************** *** 7,13 **** * Copyright (c) 2002-2008, PostgreSQL Global Development Group * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.37 2008/01/01 19:45:53 momjian Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Copyright (c) 2002-2008, PostgreSQL Global Development Group * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.37.2.1 2008/02/29 02:49:43 neilc Exp $ * *------------------------------------------------------------------------- */ *************** shutdown_MultiFuncCall(Datum arg) *** 182,188 **** * Delete context that holds all multi-call data, including the * FuncCallContext itself */ - MemoryContextSwitchTo(flinfo->fn_mcxt); MemoryContextDelete(funcctx->multi_call_memory_ctx); } --- 182,187 ----