pgsql: Catch stack overflow when recursing in transformFromClauseItem()

2022-08-13 Thread Tom Lane
Catch stack overflow when recursing in transformFromClauseItem(). Most parts of the parser can expect that the stack overflow check in transformExprRecurse() will trigger before things get desperate. However, transformFromClauseItem() can recurse directly to self without having analyzed any expres

pgsql: Catch stack overflow when recursing in transformFromClauseItem()

2022-08-13 Thread Tom Lane
Catch stack overflow when recursing in transformFromClauseItem(). Most parts of the parser can expect that the stack overflow check in transformExprRecurse() will trigger before things get desperate. However, transformFromClauseItem() can recurse directly to self without having analyzed any expres

pgsql: Catch stack overflow when recursing in transformFromClauseItem()

2022-08-13 Thread Tom Lane
Catch stack overflow when recursing in transformFromClauseItem(). Most parts of the parser can expect that the stack overflow check in transformExprRecurse() will trigger before things get desperate. However, transformFromClauseItem() can recurse directly to self without having analyzed any expres

pgsql: Catch stack overflow when recursing in transformFromClauseItem()

2022-08-13 Thread Tom Lane
Catch stack overflow when recursing in transformFromClauseItem(). Most parts of the parser can expect that the stack overflow check in transformExprRecurse() will trigger before things get desperate. However, transformFromClauseItem() can recurse directly to self without having analyzed any expres

pgsql: Catch stack overflow when recursing in transformFromClauseItem()

2022-08-13 Thread Tom Lane
Catch stack overflow when recursing in transformFromClauseItem(). Most parts of the parser can expect that the stack overflow check in transformExprRecurse() will trigger before things get desperate. However, transformFromClauseItem() can recurse directly to self without having analyzed any expres

pgsql: Catch stack overflow when recursing in transformFromClauseItem()

2022-08-13 Thread Tom Lane
Catch stack overflow when recursing in transformFromClauseItem(). Most parts of the parser can expect that the stack overflow check in transformExprRecurse() will trigger before things get desperate. However, transformFromClauseItem() can recurse directly to self without having analyzed any expres

pgsql: Catch stack overflow when recursing in transformFromClauseItem()

2022-08-13 Thread Tom Lane
Catch stack overflow when recursing in transformFromClauseItem(). Most parts of the parser can expect that the stack overflow check in transformExprRecurse() will trigger before things get desperate. However, transformFromClauseItem() can recurse directly to self without having analyzed any expres