Re: [bug fix] pg_recvlogical is missing in the Windows installation

From: "MauMau" <maumau307(at)gmail(dot)com>
To: "Robert Haas" <robertmhaas(at)gmail(dot)com>, "Michael Paquier" <michael(dot)paquier(at)gmail(dot)com>
Cc: "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [bug fix] pg_recvlogical is missing in the Windows installation
Date: 2016-09-19 20:30:55
Message-ID: 83CEDF0081944780B840E8DB7BACB696@tunaPC
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From: Robert Haas
On Sat, Sep 17, 2016 at 7:44 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> On Sun, Sep 18, 2016 at 7:01 AM, MauMau <maumau307(at)gmail(dot)com> wrote:
>> pg_recvlogical is not included in the Windows client installation,
>> which is performed by running "install <instdir> client". The
>> attached patch based on HEAD fixes this. I confirmed nothing else
is
>> missing in the client installation.
>
> Good cacth. This has been missed for a couple of years.

OK, committed and back-patched to 9.4. Not having a Windows build
environment, I did that blindly, so hopefully the BF won't blow up....

Thank you for quick committing.

Regards
MauMau

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2016-09-19 23:07:03 Re: PATCH: Keep one postmaster monitoring pipe per process
Previous Message Robert Haas 2016-09-19 20:06:51 Re: Declarative partitioning - another take