Changes between Initial Version and Version 5 of Ticket #1903
- Timestamp:
- 07/06/12 06:56:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1903
- Property Milestone PostGIS 2.0.2 → PostGIS 1.5.4
- Property Cc added
- Property Summary PostgreSQL crashes every time if I insert more than ~280 rows containing a GEOGRAPHY POINT in a table containing a GIST index → Crash when inserting ~280 GEOGRAPHY POINTs (and NULLs) into a GIST indexed table
-
Ticket #1903 – Description
initial v5 1 1 Creating 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 {{{ 3 3 postgis_full_version 4 4 -------------------------------------------------------------------------------------------------- … … 22 22 LOG: database system is ready to accept connections 23 23 LOG: autovacuum launcher started 24 }}}