Opened 15 years ago

Closed 15 years ago

#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: master
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;

Change History (3)

comment:1 by mcayland, 15 years ago

Yeah there should be no _ in front of VOLATILE - possibly a search/replace error?

comment:2 by robe, 15 years ago

Yes that is what it looks like. I'll fix and try again.

comment:3 by robe, 15 years ago

Resolution: fixed
Status: newclosed

Fixed at r4170

Note: See TracTickets for help on using tickets.