Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc.

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Amir Rohan <amir(dot)rohan(at)zoho(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Noah Misch <noah(at)leadboat(dot)com>, Andres Freund <andres(at)2ndquadrant(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>, Greg Smith <gsmith(at)gregsmith(dot)com>, pgsql-hackers-owner(at)postgresql(dot)org
Subject: Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc.
Date: 2015-11-18 16:07:56
Message-ID: c90ac83822090d290802ab0aabf7ee51@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2015-11-18 16:21, Alvaro Herrera wrote:
> Hi, I just started looking this over a bit. The first thing I noticed
> is that it adds a dependency on Archive::Tar which isn't already used
> anywhere else. Did anybody check whether this exists back in 5.8
> installations?

Apparently it did not yet exist in core then, Module::CoreList says
5.9.3:

$ perl -MModule::CoreList -e ' print
Module::CoreList->first_release('Archive::Tar'), "\n";'
5.009003

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Torsten Zühlsdorff 2015-11-18 16:41:10 Re: Extracting fields from 'infinity'::TIMESTAMP[TZ]
Previous Message Alvaro Herrera 2015-11-18 15:21:45 Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc.