PG-178: CI with github for PostgreSQL-11 and 12.
parent
e69465636d
commit
a27a3798aa
|
@ -404,7 +404,7 @@ pgss_ExecutorRun(QueryDesc *queryDesc, ScanDirection direction, uint64 count,
|
||||||
if(nested_level + 1 >= cur_max_nested_level)
|
if(nested_level + 1 >= cur_max_nested_level)
|
||||||
{
|
{
|
||||||
cur_max_nested_level *= 2;
|
cur_max_nested_level *= 2;
|
||||||
nested_queryids = realloc(nested_queryids, cur_max_nested_level);
|
nested_queryids = repalloc(nested_queryids, cur_max_nested_level);
|
||||||
}
|
}
|
||||||
nested_level++;
|
nested_level++;
|
||||||
PG_TRY();
|
PG_TRY();
|
||||||
|
|
Loading…
Reference in New Issue