Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf87fcd4

Browse files
committed
remove duplicate declaration, per report from Magnus Hagander.
1 parentbcd713a commitf87fcd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/pl/plperl/plperl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**********************************************************************
22
* plperl.c - perl as a procedural language for PostgreSQL
33
*
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 $
55
*
66
**********************************************************************/
77

@@ -119,7 +119,6 @@ static bool plperl_safe_init_done = false;
119119
staticPerlInterpreter*plperl_trusted_interp=NULL;
120120
staticPerlInterpreter*plperl_untrusted_interp=NULL;
121121
staticPerlInterpreter*plperl_held_interp=NULL;
122-
staticboolcan_run_two;
123122
staticbooltrusted_context;
124123
staticHTAB*plperl_proc_hash=NULL;
125124
staticHTAB*plperl_query_hash=NULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp