File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/**********************************************************************
2
2
* plpython.c - python as a procedural language for PostgreSQL
3
3
*
4
- * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.113 2008/10/09 17:24:05 alvherre Exp $
4
+ * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.114 2008/10/11 00:09:33 alvherre Exp $
5
5
*
6
6
*********************************************************************
7
7
*/
@@ -54,6 +54,7 @@ typedef int Py_ssize_t;
54
54
#include "executor/spi.h"
55
55
#include "funcapi.h"
56
56
#include "fmgr.h"
57
+ #include "miscadmin.h"
57
58
#include "nodes/makefuncs.h"
58
59
#include "parser/parse_type.h"
59
60
#include "tcop/tcopprot.h"
Original file line number Diff line number Diff line change 2
2
* pltcl.c - PostgreSQL support for Tcl as
3
3
* procedural language (PL)
4
4
*
5
- * $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.122 2008/10/09 17:24:05 alvherre Exp $
5
+ * $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.123 2008/10/11 00:09:33 alvherre Exp $
6
6
*
7
7
**********************************************************************/
8
8
23
23
#include "commands/trigger.h"
24
24
#include "executor/spi.h"
25
25
#include "fmgr.h"
26
+ #include "miscadmin.h"
26
27
#include "nodes/makefuncs.h"
27
28
#include "parser/parse_type.h"
28
29
#include "tcop/tcopprot.h"
You can’t perform that action at this time.
0 commit comments