Changes between Initial Version and Version 1 of Ticket #4979, comment 5
- Timestamp:
- 08/22/21 02:10:38 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4979, comment 5
initial v1 2 2 3 3 {{{ 4 test_pg3=# select version(); 5 version 6 ------------------------------------------------------------------------------------------------------ 7 PostgreSQL 13.2 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, 64-bit 8 (1 row) 9 4 10 test_pg3=# select postgis_full_version(); 5 11 postgis_full_version … … 80 86 (gdb) 81 87 }}} 82 What is strange are the sizes of LWGEOM vs LWPOINT reported (24 vs 32). Is there a problem with the alignment ? 88 What is strange are the sizes of LWGEOM vs LWPOINT reported (24 vs 32). Is there a problem with the alignment ? Is this a consequence of Ubuntu 20.04?