From: | "David E(dot) Wheeler" <david(at)justatheory(dot)com> |
---|---|
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 |
Date: | 2015-05-26 17:21:23 |
Message-ID: | 45309241-09EE-43D4-AE26-C8AA1E3E6740@justatheory.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-pkg-debian |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Jon Erdman | 2015-05-26 18:29:19 | Re: pgtap in our apt repo |
Previous Message | Jon Erdman | 2015-05-25 19:26:17 | Re: pgtap in our apt repo |