The test case(6277580) reproduces the issue. The underlying problem is, that the executor gets the parameter specifications for the final query set which includes parameters from CTEs. The next time the execution happens, the executor encounters too many parameter specifcations.
The test case(6277580) reproduces the issue. The underlying problem is, that the executor gets the parameter specifications for the final query set which includes parameters from CTEs. The next time the execution happens, the executor encounters too many parameter specifcations.