forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9246fb
committed
Remove unnecessary row ordering dependency in pg_rewind test suite.
t/002_databases.pl was expecting to see a specific physical order of therows in pg_database. I broke that in HEAD with commit01e386a,but I'd say it's a pretty fragile test methodology in any case, so fixit in 9.5 as well.1 parent71dd092 commita9246fb
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 35 | + | |
| 36 | + | |
39 | 37 |
| |
40 |
| - | |
| 38 | + | |
41 | 39 |
| |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
0 commit comments
Comments
(0)