Ticket #197 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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;

Change History

Changed 4 years ago by mcayland

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

Changed 4 years ago by robe

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

Changed 4 years ago by robe

  • status changed from new to closed
  • resolution set to fixed

Fixed at r4170

Note: See TracTickets for help on using tickets.