Changes between Initial Version and Version 5 of Ticket #1903


Ignore:
Timestamp:
Jul 6, 2012, 6:56:51 AM (12 years ago)
Author:
pramsey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1903

    • Property Cc renefournier added
    • Property Summary PostgreSQL crashes every time if I insert more than ~280 rows containing a GEOGRAPHY POINT in a table containing a GIST indexCrash when inserting ~280 GEOGRAPHY POINTs (and NULLs) into a GIST indexed table
    • Property Milestone PostGIS 2.0.2PostGIS 1.5.4
  • Ticket #1903 – Description

    initial v5  
    11Creating a table with a GIST index on the GEOGRAPHY(POINT,4326) column, and then inserting hundreds rows, PostgreSQL will crash every time at row 284 (changing the order of the rows will affect at which row the crash occurs -- appears to be dependent on cumulative data size). If I remove the index, the crash never occurs.
    2 
     2{{{
    33                                       postgis_full_version                                       
    44--------------------------------------------------------------------------------------------------
     
    2222LOG:  database system is ready to accept connections
    2323LOG:  autovacuum launcher started
     24}}}