Re: Writing new unit tests with PostgresNode - Mailing list pgsql-hackers

From Abhijit Menon-Sen
Subject Re: Writing new unit tests with PostgresNode
Date
Msg-id 20160222075041.GA27485@toroid.org
Whole thread Raw
In response to Re: Writing new unit tests with PostgresNode  (Erik Rijkers <er@xs4all.nl>)
List pgsql-hackers
At 2016-02-22 07:45:37 +0000, er@xs4all.nl wrote:
> 
> I think what's needed is:
> 
> use 5.008_008;

That is meant to fail if the code is run on a version of Perl older than
5.8.8, not fail if the code uses language features not present in 5.8.8.
It is little help for those trying to maintain backwards compatibility.

-- Abhijit



pgsql-hackers by date:

Previous
From: Erik Rijkers
Date:
Subject: Re: Writing new unit tests with PostgresNode
Next
From: Corey Huinker
Date:
Subject: Re: psql metaqueries with \gexec