Commit 3dc1b2b7 authored by Bruce Momjian's avatar Bruce Momjian

pltcl_loadmod has problems with big (>4k) modules because of missing incr

in splitting code:

seva@sevasoft.kiev.ua
parent c7aa5998
......@@ -452,6 +452,7 @@ proc __PLTcl_loadmod_load_modules {conn} {
pg_exec $conn "insert into pltcl_modules values ( \
'$xname', $i, '$xpart')" \
] -clear
incr i
}
pg_result [pg_exec $conn "commit;"] -clear
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment