forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit47a22dc
committed
Revert "Prevent instability in contrib/pageinspect's regression test."
This reverts commit5cda142(in v14 only).It turns out that that fails under force_parallel_mode = regress,because pageinspect's disk-access functions are marked parallelsafe, which they are not if you try to use them on a temp table.The cost of fixing that pre-v15 seems to exceed the value ofmaking this test case fully stable, so we will just leave thingsas-is in v14.1 parent5cda142 commit47a22dc
2 files changed
+2
-4
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
|
0 commit comments
Comments
(0)