projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6ae69
)
remove duplicate declaration, per report from Magnus Hagander.
author
Andrew Dunstan
<
[email protected]
>
Tue, 21 Nov 2006 16:59:02 +0000
(16:59 +0000)
committer
Andrew Dunstan
<
[email protected]
>
Tue, 21 Nov 2006 16:59:02 +0000
(16:59 +0000)
src/pl/plperl/plperl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plperl/plperl.c
b/src/pl/plperl/plperl.c
index 523d9541d31076bd016e3196551425759a6614b1..bea451046b12e027430d0e71ff30ee1fc90baf3f 100644
(file)
--- a/
src/pl/plperl/plperl.c
+++ b/
src/pl/plperl/plperl.c
@@
-119,7
+119,6
@@
static bool plperl_safe_init_done = false;
static PerlInterpreter *plperl_trusted_interp = NULL;
static PerlInterpreter *plperl_untrusted_interp = NULL;
static PerlInterpreter *plperl_held_interp = NULL;
-static bool can_run_two;
static bool trusted_context;
static HTAB *plperl_proc_hash = NULL;
static HTAB *plperl_query_hash = NULL;