save_point_inval
Onder Kalaci 2022-11-29 19:27:31 +01:00
parent 035c91ae7f
commit d6f2d8e594
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ StringJoinParams(List *stringList, char delimiter, char *prefix, char *postfix)
appendStringInfoString(joinedString, command);
curIndex++;
if (curIndex % 50 == 0)
if (curIndex % 50000 == 0)
{
appendStringInfoChar(joinedString, delimiter);
appendStringInfo(joinedString, "SAVEPOINT citus_int_%d;", curIndex);