#1431 closed defect (fixed)
Regression failures in topology under cassert
Reported by: | pramsey | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
When PostgreSQL is compiled —with-cassert, SQL functions that use "CREATE TABLE AS SELECT" will crash the back-end. There are a number of these kinds of functions in the topology regression suite.
Change History (5)
comment:1 by , 13 years ago
Status: | new → assigned |
---|
comment:4 by , 13 years ago
Is it really as simple as changing the language from SQL to PLPGSQL? If so, you should file a bug report with -hackers.
comment:5 by , 13 years ago
Paul already reported the issue, and Tom has already fixed it.
Refer to: http://archives.postgresql.org/pgsql-bugs/2012-01/msg00029.php
Note:
See TracTickets
for help on using tickets.
is 'SELECT INTO' also affected ?