Ticket #197 (closed defect: fixed)
Make check fails under PostgreSQL 8.2 OpenSUSE
| Reported by: | robe | Owned by: | pramsey |
|---|---|---|---|
| Priority: | blocker | Milestone: | PostGIS 1.4.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
I think this is because of our VOLATILE thingy change?
Looking at my OpenSUSE 10.3 running PostgreSQL 8.2 -- regress log starts failing and shows this
psql:postgis.sql:2254: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "geometry_columns_pk" for table "geometry_columns" CREATE TABLE CREATE FUNCTION psql:postgis.sql:2344: ERROR: syntax error at or near "_VOLATILE" LINE 57: LANGUAGE 'plpgsql' _VOLATILE;
psql:postgis.sql:2443: ERROR: syntax error at or near "_VOLATILE" LINE 87: LANGUAGE 'plpgsql' _VOLATILE;
psql:postgis.sql:2684: ERROR: syntax error at or near "_VOLATILE" LINE 218: LANGUAGE 'plpgsql' _VOLATILE;
psql:postgis.sql:2782: ERROR: syntax error at or near "_VOLATILE" LINE 81: LANGUAGE 'plpgsql' _VOLATILE;
