Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up"RuntimeMergeAppend child's targetlist doesn't match RuntimeMergeAppend" error occurs on some sql #204
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
When execute some sql,the following error occurs
The following sql can reproduct this problem
And, when change
max(id),payload
topayload,max(id)
in select list, this sql executing is ok.and the plan is as following:
Environment
And, I had tried in PG 10.10 and PG 11.3, only PG 10.10 occurs.