forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcfac450
committed
Doc: small improvements in discussion of geometric data types.
State explicitly that the coordinates in our geometric data types arefloat8. Also explain that polygons store their bounding box.While here, fix the table of geometric data types to show type"line"'s size correctly: it's 24 bytes not 32. This has somehowescaped notice since that table was made in 1998.Per suggestion from Sebastian Skałacki. The size error seemsimportant enough to justify back-patching.Discussion:https://postgr.es/m/172000045661.706.1822177575291548794@wrigleys.postgresql.org1 parentfbe039f commitcfac450
1 file changed
+17
-3
lines changedLines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3264 | 3264 |
| |
3265 | 3265 |
| |
3266 | 3266 |
| |
3267 |
| - | |
| 3267 | + | |
3268 | 3268 |
| |
3269 | 3269 |
| |
3270 | 3270 |
| |
| |||
3308 | 3308 |
| |
3309 | 3309 |
| |
3310 | 3310 |
| |
| 3311 | + | |
| 3312 | + | |
| 3313 | + | |
| 3314 | + | |
| 3315 | + | |
3311 | 3316 |
| |
3312 | 3317 |
| |
3313 | 3318 |
| |
| |||
3497 | 3502 |
| |
3498 | 3503 |
| |
3499 | 3504 |
| |
3500 |
| - | |
3501 |
| - | |
| 3505 | + | |
| 3506 | + | |
| 3507 | + | |
| 3508 | + | |
| 3509 | + | |
| 3510 | + | |
| 3511 | + | |
| 3512 | + | |
| 3513 | + | |
| 3514 | + | |
| 3515 | + | |
3502 | 3516 |
| |
3503 | 3517 |
| |
3504 | 3518 |
| |
|
0 commit comments
Comments
(0)