Re: PostGIS 2.3 and PgRouting 2.0.3?

From: Christoph Berg <cb(at)df7cb(dot)de>
To: Devrim Gündüz <devrim(at)gunduz(dot)org>
Cc: Scott Mugnaini <scott(dot)mugnaini(at)gmail(dot)com>, pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: Re: PostGIS 2.3 and PgRouting 2.0.3?
Date: 2016-09-30 14:12:32
Message-ID: 20160930141232.h65dcwoeybbuye2l@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Re: Devrim Gündüz 2016-09-30 <1475240709(dot)24885(dot)136(dot)camel(at)gunduz(dot)org>
>
> Hi Scott,
>
> On Fri, 2016-09-30 at 15:41 +0300, Scott Mugnaini wrote:
> > It installs but I get error below on creating extension:
> > create extension pgrouting;
> > ERROR:  could not load library "/usr/pgsql-9.6/lib/librouting.so":
> > /usr/pgsql-9.6/lib/librouting.so: undefined symbol: heap_formtuple
>
> Yeah, I was working on that. This does not happen in PostgreSQL 9.4+pgrouting
> 2.0, so it must be something about PostgreSQL or so. I'll bug the pgrouting
> folks.

commit 726117243022178e72966cbffdfb9147ec6dbbcc
Author: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
Date: Thu Jul 2 21:18:04 2015 +0300

Remove obsolete heap_formtuple/modifytuple/deformtuple functions.

These variants used the old-style 'n'/' ' NULL indicators. The new-style
functions have been available since version 8.1. That should be long enough
that if there is still any old external code using these functions, they
can just switch to the new functions without worrying about backwards
compatibility

Peter Geoghegan

Christoph

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2016-10-02 14:05:02 Re: yum update Error
Previous Message Devrim Gündüz 2016-09-30 13:05:09 Re: PostGIS 2.3 and PgRouting 2.0.3?