|
1 | 1 | /********************************************************************** |
2 | 2 | * plperl.c - perl as a procedural language for PostgreSQL |
3 | 3 | * |
4 | | - * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.122 2006/11/13 17:13:57 adunstan Exp $ |
| 4 | + * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.123 2006/11/21 16:59:02 adunstan Exp $ |
5 | 5 | * |
6 | 6 | **********************************************************************/ |
7 | 7 |
|
@@ -119,7 +119,6 @@ static bool plperl_safe_init_done = false; |
119 | 119 | staticPerlInterpreter*plperl_trusted_interp=NULL; |
120 | 120 | staticPerlInterpreter*plperl_untrusted_interp=NULL; |
121 | 121 | staticPerlInterpreter*plperl_held_interp=NULL; |
122 | | -staticboolcan_run_two; |
123 | 122 | staticbooltrusted_context; |
124 | 123 | staticHTAB*plperl_proc_hash=NULL; |
125 | 124 | staticHTAB*plperl_query_hash=NULL; |
|