From: | ilmari(at)ilmari(dot)org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=) |
---|---|
To: | Noah Misch <noah(at)leadboat(dot)com> |
Cc: | Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, michael(dot)paquier(at)gmail(dot)com, craig(at)2ndquadrant(dot)com, robertmhaas(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org, peter(dot)eisentraut(at)2ndquadrant(dot)com |
Subject: | Re: Document how to set up TAP tests for Perl 5.8.8 |
Date: | 2016-12-05 11:17:08 |
Message-ID: | d8j1sxmk4ln.fsf@dalvik.ping.uio.no |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Noah Misch <noah(at)leadboat(dot)com> writes:
> On Mon, Nov 21, 2016 at 05:37:50PM +0900, Kyotaro HORIGUCHI wrote:
>> At Mon, 21 Nov 2016 16:45:10 +0900, Michael Paquier <michael(dot)paquier(at)gmail(dot)com> wrote in <CAB7nPqTuNtqkxPvk38ZP6HKRX6XdL62SPPfRas5P-S-d_Kt2iA(at)mail(dot)gmail(dot)com>
>> > No objections to this version. It's a good idea to document that.
>>
>> +1
>
> Committed after re-filling paragraphs.
I just noticed this bit in the committed patch:
+ cpanm install IPC::Run
This is not the correct invocation of cpanm: it just takes a list of
module names. This will pull in the 'install' module, which is
harmless, but unnecessary: https://metacpan.org/pod/install.
--
"I use RMS as a guide in the same way that a boat captain would use
a lighthouse. It's good to know where it is, but you generally
don't want to find yourself in the same spot." - Tollef Fog Heen
From | Date | Subject | |
---|---|---|---|
Next Message | Ashutosh Bapat | 2016-12-05 11:20:45 | Re: Push down more full joins in postgres_fdw |
Previous Message | Masahiko Sawada | 2016-12-05 11:14:41 | The max value of autovacuum_vacuum/analyze_scale_factor. |