public inbox for [email protected]help / color / mirror / Atom feed
PostGIS 2.3 and PgRouting 2.0.3? 12+ messages / 4 participants [nested] [flat]
* PostGIS 2.3 and PgRouting 2.0.3? @ 2016-09-27 19:44 Scott Mugnaini <[email protected]> 0 siblings, 1 reply; 12+ messages in thread From: Scott Mugnaini @ 2016-09-27 19:44 UTC (permalink / raw) To: pgsql-pkg-yum Hi - I saw that both PostGIS 2.3 and PgRouting 2.0.3 would be in the 9.6 release. In the current RC for CentOS 6.x64, neither is available. Will these only be added for the actual release? Thanks, Scott ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-09-28 10:08 Devrim Gündüz <[email protected]> parent: Scott Mugnaini <[email protected]> 0 siblings, 1 reply; 12+ messages in thread From: Devrim Gündüz @ 2016-09-28 10:08 UTC (permalink / raw) To: Scott Mugnaini <[email protected]>; pgsql-pkg-yum Hi, On Tue, 2016-09-27 at 22:44 +0300, Scott Mugnaini wrote: > I saw that both PostGIS 2.3 and PgRouting 2.0.3 would be in the 9.6 release. (Assuming that you mean pgrouting 2.3.0), yes they will be. > In the current RC for CentOS 6.x64, neither is available. > Will these only be added for the actual release? Yes, I'm rebuilding all packages from scratch for 9.6 release, and they will be released tomorrow. These 2 packages are already done. Regards, -- Devrim GÜNDÜZ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (819B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-09-29 16:27 Scott Mugnaini <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 2 replies; 12+ messages in thread From: Scott Mugnaini @ 2016-09-29 16:27 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum PgRouting is missing from CentOS 6x.64 production Will it still be added? Thanks again, Scott On Wed, Sep 28, 2016 at 1:08 PM, Devrim Gündüz <[email protected]> wrote: > > Hi, > > On Tue, 2016-09-27 at 22:44 +0300, Scott Mugnaini wrote: > > I saw that both PostGIS 2.3 and PgRouting 2.0.3 would be in the 9.6 > release. > > (Assuming that you mean pgrouting 2.3.0), yes they will be. > > > In the current RC for CentOS 6.x64, neither is available. > > Will these only be added for the actual release? > > Yes, I'm rebuilding all packages from scratch for 9.6 release, and they > will be > released tomorrow. These 2 packages are already done. > > Regards, > > -- > Devrim GÜNDÜZ > EnterpriseDB: http://www.enterprisedb.com > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > Twitter: @DevrimGunduz , @DevrimGunduzTR > ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-09-29 18:14 Devrim Gündüz <[email protected]> parent: Scott Mugnaini <[email protected]> 1 sibling, 0 replies; 12+ messages in thread From: Devrim Gündüz @ 2016-09-29 18:14 UTC (permalink / raw) To: Scott Mugnaini <[email protected]>; +Cc: pgsql-pkg-yum Hi Scott, On Thu, 2016-09-29 at 19:27 +0300, Scott Mugnaini wrote: > PgRouting is missing from CentOS 6x.64 production > Will it still be added? Sorry, had build errors with 2.3.0 on RHEL 6. I submitted the issue to developers, and waiting a response from them. Regards, -- Devrim GÜNDÜZ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (819B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-09-30 07:27 Devrim Gündüz <[email protected]> parent: Scott Mugnaini <[email protected]> 1 sibling, 1 reply; 12+ messages in thread From: Devrim Gündüz @ 2016-09-30 07:27 UTC (permalink / raw) To: Scott Mugnaini <[email protected]>; +Cc: pgsql-pkg-yum Hi, On Thu, 2016-09-29 at 19:27 +0300, Scott Mugnaini wrote: > PgRouting is missing from CentOS 6x.64 production > Will it still be added? 2.3 and 2.2 cannot be compiled on RHEL 6, so I pushed 2.0.1 to the testing repository. It will be available in an hour. Once it is there, you can install it with yum --enablerepo pgdg96-updates-testing install pgrouting_96 if you have have the latest repository RPM. Please let me know if it works, so that I can push it to the stable repository. Regards, -- Devrim GÜNDÜZ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (819B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-09-30 12:41 Scott Mugnaini <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 12+ messages in thread From: Scott Mugnaini @ 2016-09-30 12:41 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum 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 david=# Thanks, Scott On Fri, Sep 30, 2016 at 10:27 AM, Devrim Gündüz <[email protected]> wrote: > > Hi, > > On Thu, 2016-09-29 at 19:27 +0300, Scott Mugnaini wrote: > > PgRouting is missing from CentOS 6x.64 production > > Will it still be added? > > 2.3 and 2.2 cannot be compiled on RHEL 6, so I pushed 2.0.1 to the testing > repository. It will be available in an hour. Once it is there, you can > install > it with > > yum --enablerepo pgdg96-updates-testing install pgrouting_96 > > if you have have the latest repository RPM. Please let me know if it > works, so > that I can push it to the stable repository. > > Regards, > -- > Devrim GÜNDÜZ > EnterpriseDB: http://www.enterprisedb.com > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > Twitter: @DevrimGunduz , @DevrimGunduzTR > ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-09-30 13:05 Devrim Gündüz <[email protected]> parent: Scott Mugnaini <[email protected]> 0 siblings, 1 reply; 12+ messages in thread From: Devrim Gündüz @ 2016-09-30 13:05 UTC (permalink / raw) To: Scott Mugnaini <[email protected]>; +Cc: pgsql-pkg-yum 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. Thanks for testing it. Regards, -- Devrim GÜNDÜZ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (819B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-09-30 14:12 Christoph Berg <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 12+ messages in thread From: Christoph Berg @ 2016-09-30 14:12 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: Scott Mugnaini <[email protected]>; pgsql-pkg-yum Re: Devrim Gündüz 2016-09-30 <[email protected]> > > 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 <[email protected]> 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 Attachments: [application/pgp-signature] signature.asc (819B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-10-02 14:14 Devrim Gündüz <[email protected]> parent: Christoph Berg <[email protected]> 0 siblings, 1 reply; 12+ messages in thread From: Devrim Gündüz @ 2016-10-02 14:14 UTC (permalink / raw) To: Christoph Berg <[email protected]>; +Cc: Scott Mugnaini <[email protected]>; pgsql-pkg-yum Ouch. So, pgrouting folks are working on a new 2.2 that will includes fixes for this *and* gcc 4.4. I'll keep the list updated. Regards, Devrim On Fri, 2016-09-30 at 16:12 +0200, Christoph Berg wrote: > Re: Devrim Gündüz 2016-09-30 <[email protected]> > > > > > > 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 <[email protected]> > 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 -- Devrim GÜNDÜZ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (819B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-11-30 22:30 Scott Mugnaini <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 12+ messages in thread From: Scott Mugnaini @ 2016-11-30 22:30 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: Christoph Berg <[email protected]>; pgsql-pkg-yum Any chance/possibility that 2.3.1 will make it to CentOS repo? http://docs.pgrouting.org/2.3/en/doc/index.html Thanks again, Scott On Sun, Oct 2, 2016 at 4:14 PM, Devrim Gündüz <[email protected]> wrote: > > Ouch. > > So, pgrouting folks are working on a new 2.2 that will includes fixes for > this > *and* gcc 4.4. I'll keep the list updated. > > Regards, Devrim > > On Fri, 2016-09-30 at 16:12 +0200, Christoph Berg wrote: > > Re: Devrim Gündüz 2016-09-30 <[email protected]> > > > > > > > > > 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 <[email protected]> > > 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 > > -- > Devrim GÜNDÜZ > EnterpriseDB: http://www.enterprisedb.com > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > Twitter: @DevrimGunduz , @DevrimGunduzTR > ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-12-01 02:49 Vicky Vergara <[email protected]> parent: Scott Mugnaini <[email protected]> 0 siblings, 1 reply; 12+ messages in thread From: Vicky Vergara @ 2016-12-01 02:49 UTC (permalink / raw) To: Scott Mugnaini <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; Christoph Berg <[email protected]>; pgsql-pkg-yum Hello, I am a pgRouting developer. I must say that I don't expect to be a problem on CENTOS 7 pgRouting relies heavily on C++0x code, you can see the difference of the things that can be done on the g++4.4 used by Centos 6 and the g++4.8 used in Centos 7 https://gcc.gnu.org/gcc-4.4/cxx0x_status.html https://gcc.gnu.org/gcc-4.8/cxx0x_status.html So about Centos 6 I dedicated some time to make a 2.1 version compilable with g++4.4 can be found here: https://github.com/pgRouting/pgrouting/releases/tag/experiment%2Fg%2B%2B4.4compilable-lw here you can see the usual tests we make: https://travis-ci.org/pgRouting/pgrouting/builds/177448596 and the tasks I made: https://github.com/cvvergara/pgrouting/issues/60 I tagged it as experiment as I don't have a centos 6 to try on. When I compile it locally on my computer and try to link it to postgresql I get this kind of warnings: my guess is because postgresql I have is not compiled with 4.4 [ 94%] Building C object src/vrp_basic/src/CMakeFiles/vrp_basic.dir/VRP.c.o /home/vicky/pgrouting/pgrouting/pgrouting/src/vrp_basic/src/VRP.c: In function ‘finish’: /home/vicky/pgrouting/pgrouting/pgrouting/src/vrp_basic/src/VRP.c:149: warning: implicit declaration of function ‘__builtin_unreachable’ after compilation when I start executing the tests the extension does not load because __builtin_unreachable is not defined: CREATE EXTENSION ERROR: could not load library "/usr/lib/postgresql/9.3/lib/ librouting-2.1.so": /usr/lib/postgresql/9.3/lib/librouting-2.1.so: undefined symbol: __builtin_unreachable ERROR: function pgr_version() does not exist LINE 1: select pgr_version() __builtin_unreachable started on GCC 4.5: https://gcc.gnu.org/onlinedocs/gcc-4.5.4/gcc/Other-Builtins.html On Wed, Nov 30, 2016 at 4:30 PM, Scott Mugnaini <[email protected]> wrote: > Any chance/possibility that 2.3.1 will make it to CentOS repo? > http://docs.pgrouting.org/2.3/en/doc/index.html > Thanks again, > Scott > > > On Sun, Oct 2, 2016 at 4:14 PM, Devrim Gündüz <[email protected]> wrote: > >> >> Ouch. >> >> So, pgrouting folks are working on a new 2.2 that will includes fixes for >> this >> *and* gcc 4.4. I'll keep the list updated. >> >> Regards, Devrim >> >> On Fri, 2016-09-30 at 16:12 +0200, Christoph Berg wrote: >> > Re: Devrim Gündüz 2016-09-30 <[email protected]> >> > > >> > > >> > > 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 <[email protected]> >> > 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 >> >> -- >> Devrim GÜNDÜZ >> EnterpriseDB: http://www.enterprisedb.com >> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer >> Twitter: @DevrimGunduz , @DevrimGunduzTR >> > > -- Georepublic UG (haftungsbeschränkt) Salzmannstraße 44, 81739 München, Germany Vicky Vergara Operations Research eMail: [email protected] Web: https://georepublic.info Tel: +49 (089) 4161 7698-1 Fax: +49 (089) 4161 7698-9 Commercial register: Amtsgericht München, HRB 181428 CEO: Daniel Kastl ^ permalink raw reply [nested|flat] 12+ messages in thread
* Re: PostGIS 2.3 and PgRouting 2.0.3? @ 2016-12-01 02:59 Vicky Vergara <[email protected]> parent: Vicky Vergara <[email protected]> 0 siblings, 0 replies; 12+ messages in thread From: Vicky Vergara @ 2016-12-01 02:59 UTC (permalink / raw) To: Scott Mugnaini <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; Christoph Berg <[email protected]>; pgsql-pkg-yum hello again. (I miss clicked and sent before finishing the last mail) So.. the tag experiment/g++4.4compilable-lw <https://github.com/pgRouting/pgrouting/releases/tag/experiment%2Fg%2B%2B4.4compilable-lw; Is thought for centos6, has pgRouting 2.1 compilable with g++4.4 and it can be used with postgres9.6 and has some wrappers to use better code where possible. As a reminder I don't expect problems for CENTOS 7 and pgRouting version 2.3.1. Regards Vicky On Wed, Nov 30, 2016 at 8:49 PM, Vicky Vergara <[email protected]> wrote: > Hello, > I am a pgRouting developer. > I must say that I don't expect to be a problem on CENTOS 7 > > > pgRouting relies heavily on C++0x code, you can see the difference of the > things that can be done on the g++4.4 used by Centos 6 and the g++4.8 used > in Centos 7 > https://gcc.gnu.org/gcc-4.4/cxx0x_status.html > https://gcc.gnu.org/gcc-4.8/cxx0x_status.html > > So about Centos 6 > I dedicated some time to make a 2.1 version compilable with g++4.4 > can be found here: > https://github.com/pgRouting/pgrouting/releases/tag/experiment%2Fg%2B%2B4. > 4compilable-lw > here you can see the usual tests we make: > https://travis-ci.org/pgRouting/pgrouting/builds/177448596 > and the tasks I made: > https://github.com/cvvergara/pgrouting/issues/60 > > I tagged it as experiment as I don't have a centos 6 to try on. > > When I compile it locally on my computer and try to link it to postgresql > I get this kind of warnings: > my guess is because postgresql I have is not compiled with 4.4 > > [ 94%] Building C object src/vrp_basic/src/CMakeFiles/vrp_basic.dir/VRP.c.o > /home/vicky/pgrouting/pgrouting/pgrouting/src/vrp_basic/src/VRP.c: In function ‘finish’: > /home/vicky/pgrouting/pgrouting/pgrouting/src/vrp_basic/src/VRP.c:149: warning: implicit declaration of function ‘__builtin_unreachable’ > > after compilation when I start executing the tests the extension does not > load because __builtin_unreachable is not defined: > CREATE EXTENSION ERROR: could not load library > "/usr/lib/postgresql/9.3/lib/librouting-2.1.so": > /usr/lib/postgresql/9.3/lib/librouting-2.1.so: undefined symbol: > __builtin_unreachable ERROR: function pgr_version() does not exist LINE 1: > select pgr_version() > > > > __builtin_unreachable started on GCC 4.5: > https://gcc.gnu.org/onlinedocs/gcc-4.5.4/gcc/Other-Builtins.html > > > > > > > On Wed, Nov 30, 2016 at 4:30 PM, Scott Mugnaini <[email protected]> > wrote: > >> Any chance/possibility that 2.3.1 will make it to CentOS repo? >> http://docs.pgrouting.org/2.3/en/doc/index.html >> Thanks again, >> Scott >> >> >> On Sun, Oct 2, 2016 at 4:14 PM, Devrim Gündüz <[email protected]> wrote: >> >>> >>> Ouch. >>> >>> So, pgrouting folks are working on a new 2.2 that will includes fixes >>> for this >>> *and* gcc 4.4. I'll keep the list updated. >>> >>> Regards, Devrim >>> >>> On Fri, 2016-09-30 at 16:12 +0200, Christoph Berg wrote: >>> > Re: Devrim Gündüz 2016-09-30 <[email protected]> >>> > > >>> > > >>> > > 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 <[email protected]> >>> > 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 >>> >>> -- >>> Devrim GÜNDÜZ >>> EnterpriseDB: http://www.enterprisedb.com >>> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer >>> Twitter: @DevrimGunduz , @DevrimGunduzTR >>> >> >> > > > -- > > Georepublic UG (haftungsbeschränkt) > Salzmannstraße 44, > 81739 München, Germany > > Vicky Vergara > Operations Research > > eMail: [email protected] > Web: https://georepublic.info > > Tel: +49 (089) 4161 7698-1 > Fax: +49 (089) 4161 7698-9 > > Commercial register: Amtsgericht München, HRB 181428 > CEO: Daniel Kastl > > > -- Georepublic UG (haftungsbeschränkt) Salzmannstraße 44, 81739 München, Germany Vicky Vergara Operations Research eMail: [email protected] Web: https://georepublic.info Tel: +49 (089) 4161 7698-1 Fax: +49 (089) 4161 7698-9 Commercial register: Amtsgericht München, HRB 181428 CEO: Daniel Kastl ^ permalink raw reply [nested|flat] 12+ messages in thread
end of thread, other threads:[~2016-12-01 02:59 UTC | newest] Thread overview: 12+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2016-09-27 19:44 PostGIS 2.3 and PgRouting 2.0.3? Scott Mugnaini <[email protected]> 2016-09-28 10:08 ` Devrim Gündüz <[email protected]> 2016-09-29 16:27 ` Scott Mugnaini <[email protected]> 2016-09-29 18:14 ` Devrim Gündüz <[email protected]> 2016-09-30 07:27 ` Devrim Gündüz <[email protected]> 2016-09-30 12:41 ` Scott Mugnaini <[email protected]> 2016-09-30 13:05 ` Devrim Gündüz <[email protected]> 2016-09-30 14:12 ` Christoph Berg <[email protected]> 2016-10-02 14:14 ` Devrim Gündüz <[email protected]> 2016-11-30 22:30 ` Scott Mugnaini <[email protected]> 2016-12-01 02:49 ` Vicky Vergara <[email protected]> 2016-12-01 02:59 ` Vicky Vergara <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox