Opened 14 years ago

Closed 14 years ago

#290 closed defect (fixed)

Update required PostgreSQL version to 8.3

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.0
Component: postgis Version: master
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 (2)

comment:1 by pramsey, 14 years ago

Compile tile test updated to check for 8.3 at r4765

comment:2 by pramsey, 14 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.