Opened 12 years ago
Closed 12 years ago
#2132 closed defect (fixed)
_postgis_stats crashes backend on missing stats
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
pg21=# select _postgis_stats('statesp020', 'geom', '2'); The connection to the server was lost. Attempting reset: Failed. !>
This may be the cause:
pg21=# select st_estimatedextent('public', 'statesp020', 'geom'); ERROR: stats for "statesp020.geom" do not exist
... and a good output
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Summary: | _postgis_stats crashes backend → _postgis_stats crashes backend on missing stats |
---|
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
NOTE: _postgis_selectivity isnt' affected, and gives another (better) error message: