forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit86749ea
committed
Improve generated_stored test
It makes more sense to put the catalog sanity check at the end of thetest rather than at the beginning, so that it can also check whateverthe tests did rather than just whatever happened before the tests.Suggested-by: jian he <jian.universality@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/a368248e-69e4-40be-9c07-6c3b5880b0a6@eisentraut.org1 parent443a8e4 commit86749ea
File tree
2 files changed
+10
-10
lines changed- src/test/regress
- expected
- sql
2 files changed
+10
-10
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 1 |
| |
8 | 2 |
| |
9 | 3 |
| |
| |||
1356 | 1350 |
| |
1357 | 1351 |
| |
1358 | 1352 |
| |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + |
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 | 1 |
| |
6 | 2 |
| |
7 | 3 |
| |
| |||
675 | 671 |
| |
676 | 672 |
| |
677 | 673 |
| |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + |
0 commit comments
Comments
(0)