On Tue, Mar 31, 2015 at 5:39 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
On 3/25/15 1:32 AM, Michael Paquier wrote: > Well, I have no other cases than ones of the type mentioned upthread, > and honestly I am fine as long as we do not apply maths to a version > string. So attached is a patch that adds VERSION_NUM in > Makefile.global.
How would you make use of this in an extension makefile?
One use case is regression test list filtering depending on backend version. --