forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd536d03
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 parent9ac9878 commitd536d03
2 files changed
+13
-13
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2333 | 2333 |
| |
2334 | 2334 |
| |
2335 | 2335 |
| |
2336 |
| - | |
2337 |
| - | |
2338 |
| - | |
2339 |
| - | |
| 2336 | + | |
| 2337 | + | |
| 2338 | + | |
| 2339 | + | |
2340 | 2340 |
| |
2341 | 2341 |
| |
2342 | 2342 |
| |
2343 |
| - | |
2344 |
| - | |
2345 |
| - | |
| 2343 | + | |
| 2344 | + | |
| 2345 | + | |
2346 | 2346 |
| |
2347 | 2347 |
| |
2348 | 2348 |
| |
2349 | 2349 |
| |
2350 | 2350 |
| |
2351 |
| - | |
| 2351 | + |
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1076 | 1076 |
| |
1077 | 1077 |
| |
1078 | 1078 |
| |
1079 |
| - | |
| 1079 | + | |
1080 | 1080 |
| |
1081 | 1081 |
| |
1082 | 1082 |
| |
1083 | 1083 |
| |
1084 |
| - | |
1085 |
| - | |
1086 |
| - | |
1087 |
| - | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + |
0 commit comments
Comments
(0)