forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf7d7ac2
committed
Fix overly generic name in with.sql test.
Avoid the name "test". In the 10 branch, this could clash withalter_table.sql, as seen in the build farm. That other instance wasalready renamed in later branches by commit2cf8c7a, but it's good tofuture-proof the name here too.Back-patch to 10.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/CA%2BhUKGJf4RAXUyAYVUcQawcptX%3DnhEco3SYpuPK5cCbA-F1eLA%40mail.gmail.com1 parent2ff2099 commitf7d7ac2
2 files changed
+13
-13
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3118 | 3118 |
| |
3119 | 3119 |
| |
3120 | 3120 |
| |
3121 |
| - | |
3122 |
| - | |
3123 |
| - | |
3124 |
| - | |
| 3121 | + | |
| 3122 | + | |
| 3123 | + | |
| 3124 | + | |
3125 | 3125 |
| |
3126 | 3126 |
| |
3127 | 3127 |
| |
3128 |
| - | |
3129 |
| - | |
3130 |
| - | |
| 3128 | + | |
| 3129 | + | |
| 3130 | + | |
3131 | 3131 |
| |
3132 | 3132 |
| |
3133 | 3133 |
| |
3134 | 3134 |
| |
3135 | 3135 |
| |
3136 |
| - | |
| 3136 | + |
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1451 | 1451 |
| |
1452 | 1452 |
| |
1453 | 1453 |
| |
1454 |
| - | |
| 1454 | + | |
1455 | 1455 |
| |
1456 | 1456 |
| |
1457 | 1457 |
| |
1458 | 1458 |
| |
1459 |
| - | |
1460 |
| - | |
1461 |
| - | |
1462 |
| - | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + |
0 commit comments
Comments
(0)