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

Commit3dc1b2b

Browse files
committed
pltcl_loadmod has problems with big (>4k) modules because of missing incr
in splitting code:seva@sevasoft.kiev.ua
1 parentc7aa599 commit3dc1b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/pl/tcl/modules/pltcl_loadmod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ proc __PLTcl_loadmod_load_modules {conn} {
452452
pg_exec$conn"insert into pltcl_modules values (\
453453
'$xname',$i, '$xpart')"\
454454
] -clear
455+
incr i
455456
}
456457

457458
pg_result [pg_exec$conn"commit;"] -clear

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp