forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita45272b
committed
Extend the geometric regression test cases a little.
Add another edge-case value to "point_tbl", and add a test forthe line(point, point) function.Some of the behaviors exposed here are wrong, but the idea ofcommitting this separately is to memorialize what we were getting,and to allow easier inspection of the behavior changes caused byupcoming patches.Kyotaro Horiguchi (line() test added by me)Discussion:https://postgr.es/m/CAGf+fX70rWFOk5cd00uMfa__0yP+vtQg5ck7c2Onb-Yczp0URA@mail.gmail.com1 parent878f3a1 commita45272b
File tree
5 files changed
+453
-83
lines changed- src/test/regress
- expected
- sql
5 files changed
+453
-83
lines changedLines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
| 160 | + | |
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
| 191 | + | |
191 | 192 |
| |
192 | 193 |
| |
193 | 194 |
| |
194 |
| - | |
| 195 | + | |
195 | 196 |
| |
196 | 197 |
| |
197 | 198 |
| |
| |||
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
205 |
| - | |
206 | 206 |
| |
| 207 | + | |
207 | 208 |
| |
208 | 209 |
| |
209 | 210 |
| |
210 | 211 |
| |
211 | 212 |
| |
212 | 213 |
| |
| 214 | + | |
213 | 215 |
| |
214 |
| - | |
| 216 | + | |
215 | 217 |
| |
216 | 218 |
| |
217 | 219 |
| |
| |||
464 | 466 |
| |
465 | 467 |
| |
466 | 468 |
| |
467 |
| - | |
| 469 | + | |
468 | 470 |
| |
469 | 471 |
| |
470 | 472 |
| |
| |||
494 | 496 |
| |
495 | 497 |
| |
496 | 498 |
| |
497 |
| - | |
| 499 | + | |
498 | 500 |
| |
499 | 501 |
| |
500 | 502 |
| |
| |||
530 | 532 |
| |
531 | 533 |
| |
532 | 534 |
| |
| 535 | + | |
533 | 536 |
| |
534 | 537 |
| |
535 | 538 |
| |
536 |
| - | |
| 539 | + | |
537 | 540 |
| |
538 | 541 |
| |
539 | 542 |
| |
| |||
568 | 571 |
| |
569 | 572 |
| |
570 | 573 |
| |
| 574 | + | |
571 | 575 |
| |
572 | 576 |
| |
573 |
| - | |
| 577 | + | |
574 | 578 |
| |
575 | 579 |
| |
576 | 580 |
| |
|
0 commit comments
Comments
(0)