Re: pgtap in our apt repo

From: Jon Erdman <jon(dot)erdman(at)bluetreble(dot)com>
To: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
Cc: Christoph Berg <myon(at)debian(dot)org>, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, Magnus Hagander <magnus(at)hagander(dot)net>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, PostgreSQL in Debian <pgsql-pkg-debian(at)postgresql(dot)org>
Subject: Re: pgtap in our apt repo
Date: 2015-05-26 18:29:19
Message-ID: 8bo1ght85y437uj8imb9m0ql.1432664953171@email.android.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian

Cool, I'll see if I can use make install to try to put then in all extensions dies that exist.

Sent on a Sprint Samsung Galaxy Note® 3

-------- Original message --------
From: "David E. Wheeler" <david(at)justatheory(dot)com>
Date: 05/26/2015 12:21 PM (GMT-06:00)
To: Jon Erdman <jon(dot)erdman(at)bluetreble(dot)com>
Cc: Christoph Berg <myon(at)debian(dot)org>, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, Magnus Hagander <magnus(at)hagander(dot)net>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, PostgreSQL in Debian <pgsql-pkg-debian(at)postgresql(dot)org>
Subject: Re: pgtap in our apt repo

On May 25, 2015, at 12:26 PM, Jon Erdman <jon(dot)erdman(at)bluetreble(dot)com> wrote:

> Problem is, I'm not *certain* the .sql files in the extensions dir really are version agnostic. I'd have to build it for 9.1-4 and compare them.

They are not. Notably, the pg_version() function gets the version added to it by configure. Other than that, you can see how the files vary by version by looking at the patches in compat. There are patches for 8.0-9.0, but not since 9.0. If you’re only on 9.1 or above, only pg_version() changes.

Best,

David

In response to

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message Jon Erdman 2015-05-26 18:57:24 Re: pgtap in our apt repo
Previous Message David E. Wheeler 2015-05-26 17:21:23 Re: pgtap in our apt repo