mirror of https://github.com/citusdata/citus.git
WIP
parent
bc118ee551
commit
035c91ae7f
|
@ -196,6 +196,13 @@ StringJoinParams(List *stringList, char delimiter, char *prefix, char *postfix)
|
|||
}
|
||||
appendStringInfoString(joinedString, command);
|
||||
curIndex++;
|
||||
|
||||
if (curIndex % 50 == 0)
|
||||
{
|
||||
appendStringInfoChar(joinedString, delimiter);
|
||||
appendStringInfo(joinedString, "SAVEPOINT citus_int_%d;", curIndex);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (postfix != NULL)
|
||||
|
|
Loading…
Reference in New Issue