Re: [HACKERS] [patch] Build pgoutput with MSVC

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] [patch] Build pgoutput with MSVC
Дата
Msg-id CAB7nPqT3Rf+zhECxoTDXySNDa6ayqg-cZ=CogvaySo4rnxjKkw@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] [patch] Build pgoutput with MSVC  ("MauMau" <maumau307@gmail.com>)
Ответы Re: [HACKERS] [patch] Build pgoutput with MSVC  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On Fri, May 5, 2017 at 6:10 PM, MauMau <maumau307@gmail.com> wrote:
> The pgoutput is not built with MSVC.  The attached patch fixes this.
> I confirmed that a few INSERTs were replicated correctly.
>
> Should I add this matter in the PostgreSQL 10 Open Items page?

Yes, with Peter as committer and Petr as owner.

+    my $pgoutput = $solution->AddProject(
+        'pgoutput', 'dll', '',
+        'src/backend/replication/pgoutput');
+    $pgoutput->AddReference($postgres);
Yup, that's correct.

You have forgotten to update clean.bat, which should clean up pgoutput.dll.
-- 
Michael



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "MauMau"
Дата:
Сообщение: [HACKERS] [patch] Build pgoutput with MSVC
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [HACKERS] [patch] Build pgoutput with MSVC