Opened 10 years ago

Closed 10 years ago

#2612 closed task (fixed)

Start testing PostgreSQL 9.4 against 2.2

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.2.0
Component: QA/buildbots Version: master
Keywords: Cc:

Description

PostgreSQL 9.4 development is picking up quite a bit of changes as you can see from depesz notes. Time to start testing it as a weekly thing to catch issues we'll have early.

http://www.depesz.com/?s=Waiting+for+9.4

So far nothing sounds like a major structural change we may be concerned about, but there may be things like additional files we need to conditionally include for 9.4 and possibly the window agg functionality has been revised, http://www.depesz.com/2014/01/11/waiting-for-9-4-support-ordered-set-within-group-aggregates/

to include a new WITHIN GROUP (yeh finally can do a real median - built in median function (in form of percentile_cont(0.5) WITHIN GROUP (ORDER BY whatever)

it may mean changes for our agg functions in how we define them internally for 9.4

Change History (2)

comment:1 by robe, 10 years ago

Summary: Start regress testing PostgreSQL 9.4 against 2.2Start testing PostgreSQL 9.4 against 2.2

comment:2 by robe, 10 years ago

Resolution: fixed
Status: newclosed

did first run and all regressions pass so far. Set to redownload 9.4 snapshot, build, install, regress test PostGIS 2.2 (trunk) every Saturday 10 PM.

Note: See TracTickets for help on using tickets.