Re: [GENERAL] Extension compatibility between postgresql minor version

2016-11-24 Thread David Richer
Yes are right, I meant a 9.3.15 extension with a 9.3.14 server. Thanks for the help guys! On 2016-11-24, 12:10 PM, "Tom Lane" wrote: Adrian Klaver writes: > On 11/24/2016 09:01 AM, David Richer wrote: >> I am not an expert but I am assuming that the native part of the extension (p

Re: [GENERAL] Extension compatibility between postgresql minor version

2016-11-24 Thread Tom Lane
Adrian Klaver writes: > On 11/24/2016 09:01 AM, David Richer wrote: >> I am not an expert but I am assuming that the native part of the extension >> (pg_freespacemap.so) is compiled with postgresql headers and libs. > The part that confused me is the last part where you ask about using a > 9.3.

Re: [GENERAL] Extension compatibility between postgresql minor version

2016-11-24 Thread Adrian Klaver
On 11/24/2016 09:01 AM, David Richer wrote: I am not an expert but I am assuming that the native part of the extension (pg_freespacemap.so) is compiled with postgresql headers and libs. The part that confused me is the last part where you ask about using a 9.3.14 extension with a 9.3.15 serve

Re: [GENERAL] Extension compatibility between postgresql minor version

2016-11-24 Thread David Richer
I am not an expert but I am assuming that the native part of the extension (pg_freespacemap.so) is compiled with postgresql headers and libs. On 2016-11-24, 11:55 AM, "Adrian Klaver" wrote: On 11/24/2016 07:40 AM, David Richer wrote: > Hi guys, > > > > I want to check my

Re: [GENERAL] Extension compatibility between postgresql minor version

2016-11-24 Thread Adrian Klaver
On 11/24/2016 07:40 AM, David Richer wrote: Hi guys, I want to check my production server for the free space map issue. https://wiki.postgresql.org/wiki/Free_Space_Map_Problems I am on Centos 6 currently running 9.3.14 using pgdg repository. I need to install postgresql93-contrib to get th

Re: [GENERAL] Extension compatibility between postgresql minor version

2016-11-24 Thread David Richer
Yes, I tried, it’s no longer available in the pgdg repository. I would have a look if I find the rpm package somewhere. From: Vladimir Rusinov Date: Thursday, November 24, 2016 at 11:19 AM To: David Richer , "pgsql-general@postgresql.org" Subject: Re: [GENERAL] Extension compatibili

Re: [GENERAL] Extension compatibility between postgresql minor version

2016-11-24 Thread Vladimir Rusinov
Maybe, maybe not. Have you tried installing '=postgresql93-contrib-9.3.14' ? On Thu, Nov 24, 2016 at 3:41 PM David Richer wrote: > Hi guys, > > > > I want to check my production server for the free space map issue. > https://wiki.postgresql.org/wiki/Free_Space_Map_Problems > > I am on Centos 6

[GENERAL] Extension compatibility between postgresql minor version

2016-11-24 Thread David Richer
Hi guys, I want to check my production server for the free space map issue. https://wiki.postgresql.org/wiki/Free_Space_Map_Problems I am on Centos 6 currently running 9.3.14 using pgdg repository. I need to install postgresql93-contrib to get the pg_freespacemap extension. Only postgresql93-co