File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.246 2009/07/22 02:31:38 joe Exp $
11+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.247 2009/08/04 21:22:46 alvherre Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
2323#include "executor/spi_priv.h"
2424#include "funcapi.h"
2525#include "lib/stringinfo.h"
26+ #include "miscadmin.h"
2627#include "nodes/nodeFuncs.h"
2728#include "parser/scansup.h"
2829#include "storage/proc.h"
Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_handler.c,v 1.44 2009/02/18 11:33:04 petere Exp $
11+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_handler.c,v 1.45 2009/08/04 21:22:46 alvherre Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
1818#include "catalog/pg_proc.h"
1919#include "catalog/pg_type.h"
2020#include "funcapi.h"
21+ #include "miscadmin.h"
2122#include "utils/builtins.h"
2223#include "utils/guc.h"
2324#include "utils/lsyscache.h"
Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.114 2009/07/22 02:31:38 joe Exp $
11+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.115 2009/08/04 21:22:46 alvherre Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
2020
2121#include "access/xact.h"
2222#include "fmgr.h"
23- #include "miscadmin.h"
2423#include "commands/trigger.h"
2524#include "executor/spi.h"
2625#include "utils/tuplestore.h"
You can’t perform that action at this time.
0 commit comments