forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite643a31
committed
Tweak regression test of pg_walinspect to be less collation-sensitive
\dx was used on pg_walinspect to list its objects in 1.0 but the namesof the objects in this version do not have an order that is alwaysguaranteed depending on the collation used. Rather than append aCOLLATE clause in the query of \dx, this tweaks the regression test toproduce an output whose order is guaranteed.Reported-by: Andres FreundAuthor: Bharath RupireddyDiscussion:https://postgr.es/m/20230314215440.gma7g4keswdnldj5@awork3.anarazel.de1 parentc9a272d commite643a31
File tree
2 files changed
+15
-6
lines changed- contrib/pg_walinspect
- expected
- sql
2 files changed
+15
-6
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 |
| |
10 | 14 |
| |
11 | 15 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 |
| |
11 | 16 |
| |
12 | 17 |
| |
|
0 commit comments
Comments
(0)