| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
| Cc: | Noah Misch <noah(at)leadboat(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Supporting TAP tests with MSVC and Windows |
| Date: | 2015-07-29 23:50:19 |
| Message-ID: | CAB7nPqRSKMCKP-0C_Z1HPCWU_06XDVTQNNgnZAmb4XLryra-cg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Jul 30, 2015 at 1:37 AM, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
> On 07/29/2015 10:13 AM, Michael Paquier wrote:
>>
>> On Sat, Jul 25, 2015 at 10:54 PM, Michael Paquier
>> <michael(dot)paquier(at)gmail(dot)com> wrote:
>>>
>>> An updated patch is attached.
>>
>>
>> Attached is v9, that fixes conflicts with 01f6bb4 and recent commits
>> that added TAP tests in pg_basebackup series.
>
>
> Thanks, committed with some more tweaking. Peter just added a slurp_file()
> function to TestLib.pm, so I used that to replace the call to 'cat' instead
> of my previous snippet. I also fixed the issue in the pg_basebackup test,
> that LSN is not necessarily 8 characters long, slightly differently. Calling
> pg_xlogfile_name seemed a bit indirect.
Thanks!
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2015-07-30 00:13:41 | Re: dblink: add polymorphic functions. |
| Previous Message | Joe Conway | 2015-07-29 23:46:35 | Re: CREATE FUNCTION .. LEAKPROOF docs |