Changes between Initial Version and Version 1 of Ticket #4979, comment 5


Ignore:
Timestamp:
Aug 22, 2021, 2:10:38 AM (3 years ago)
Author:
ezimanyi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4979, comment 5

    initial v1  
    22
    33{{{
     4test_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
    410test_pg3=# select postgis_full_version();
    511                                                                         postgis_full_version
     
    8086(gdb)
    8187}}}
    82 What is strange are the sizes of LWGEOM vs LWPOINT reported (24 vs 32). Is there a problem with the alignment ?
     88What 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?