Skip to content

Adding Generic Plan for EXPLAIN in Postgres V16 Upgrade#1265

Open
yaojiejia wants to merge 5 commits intosqlancer:mainfrom
yaojiejia:psql_v16_explain_generic
Open

Adding Generic Plan for EXPLAIN in Postgres V16 Upgrade#1265
yaojiejia wants to merge 5 commits intosqlancer:mainfrom
yaojiejia:psql_v16_explain_generic

Conversation

@yaojiejia
Copy link
Contributor

Closes #1044 point 3

JOIN_COLLAPSE_LIMIT("join_collapse_limit", (r) -> r.getInteger(1, Integer.MAX_VALUE)),
PARALLEL_LEADER_PARTICIPATION("parallel_leader_participation", (r) -> Randomly.fromOptions(1, 0)),
FORCE_PARALLEL_MODE("force_parallel_mode", (r) -> Randomly.fromOptions("off", "on", "regress")),
// FORCE_PARALLEL_MODE("force_parallel_mode", (r) -> Randomly.fromOptions("off", "on", "regress")),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me except this unrelated change. It seems there is also a conflict, so we can't yet merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Postgres v16

2 participants