forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdbc632e
committed
Make path_recv() and poly_recv() reject paths/polygons containing no points.
The zero-point case is sensible so far as the data structure is concerned,so maybe we ought to allow it sometime; but right now the textual inputroutines for these types don't allow it, and it seems that not all thefunctions for the types are prepared to cope.Report and patch by Merlin Moncure.1 parentcc04aaf commitdbc632e
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1456 | 1456 |
| |
1457 | 1457 |
| |
1458 | 1458 |
| |
1459 |
| - | |
| 1459 | + | |
1460 | 1460 |
| |
1461 | 1461 |
| |
1462 | 1462 |
| |
| |||
3484 | 3484 |
| |
3485 | 3485 |
| |
3486 | 3486 |
| |
3487 |
| - | |
| 3487 | + | |
3488 | 3488 |
| |
3489 | 3489 |
| |
3490 | 3490 |
| |
|
0 commit comments
Comments
(0)