Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3dc1b2b

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

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)