Commit 24d08f3
committed
Fix mark-and-restore-skipping test case to not be a self-join.
There isn't any good reason for this test to be a self-join rather
than a join between separate tables, except that it saved a couple
of SQL commands for setup. A proposed patch to optimize away
self-joins breaks the test, so adjust it to avoid that happening.
Discussion: https://postgr.es/m/64486b0b-0404-e39e-322d-0801154901f3@postgrespro.ru1 parent 0c7d537 commit 24d08f3
2 files changed
+22
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5932 | 5932 | | |
5933 | 5933 | | |
5934 | 5934 | | |
5935 | | - | |
| 5935 | + | |
5936 | 5936 | | |
5937 | | - | |
5938 | | - | |
| 5937 | + | |
| 5938 | + | |
| 5939 | + | |
| 5940 | + | |
| 5941 | + | |
| 5942 | + | |
5939 | 5943 | | |
5940 | | - | |
5941 | | - | |
| 5944 | + | |
| 5945 | + | |
5942 | 5946 | | |
5943 | 5947 | | |
5944 | 5948 | | |
5945 | 5949 | | |
5946 | | - | |
| 5950 | + | |
5947 | 5951 | | |
5948 | 5952 | | |
5949 | | - | |
5950 | | - | |
| 5953 | + | |
| 5954 | + | |
5951 | 5955 | | |
5952 | 5956 | | |
5953 | 5957 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2014 | 2014 | | |
2015 | 2015 | | |
2016 | 2016 | | |
2017 | | - | |
| 2017 | + | |
2018 | 2018 | | |
| 2019 | + | |
2019 | 2020 | | |
2020 | | - | |
2021 | | - | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
2022 | 2027 | | |
2023 | 2028 | | |
2024 | | - | |
2025 | | - | |
| 2029 | + | |
| 2030 | + | |
2026 | 2031 | | |
2027 | 2032 | | |
2028 | 2033 | | |
| |||
0 commit comments