Ticket #290 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Update required PostgreSQL version to 8.3

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.0
Component: postgis Version: trunk
Keywords: Cc:

Description

As mentioned in #230, typmod and cost updates require 8.3 as the minimum PostgreSQL version we support. There is also specialized code that tests for versions older than our new minimum that can be removed:

  • postgis/lwgeom_gist.c#L535
  • postgis/pgsql_compat.h
  • postgis/lwgeom_functions_basic.c#L1884

Change History

Changed 4 years ago by pramsey

Compile tile test updated to check for 8.3 at r4765

Changed 4 years ago by pramsey

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

Removed old version cases for versions < PgSQL 8.3 in trunk at r4793

Note: See TracTickets for help on using tickets.