-
Notifications
You must be signed in to change notification settings - Fork 670
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PG17 regress sanity: fix diffs in multi_router_planner,
multi_router_planner_fast_path and query_single_shard_table Restore the expected DEBUG error messages from the router planner. In the case of query_single_shard_table the diffs are because of PG17's ability to pull up correlated ANY subqueries (*). The fix is to inhibit pull up with a volatile function. In the case of multi_router_planner and multi_router_planner_fast_path the diffs are because of PG17's ability to remove redundant IS (NOT) NULL expressions (**). The fix is to adjust the table definition so the column used for distribution is not marked NOT NULL. (*) https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=9f1337639 (**) https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=b262ad440
- Loading branch information
1 parent
c396ce6
commit 2d0e9ae
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters