Re: Unnecessary delay in streaming replication due to replay lag

Поиск
Список
Период
Сортировка
От Asim Praveen
Тема Re: Unnecessary delay in streaming replication due to replay lag
Дата
Msg-id 5A60C516-1A9F-47FA-BDE7-D299A35AB4C1@vmware.com
обсуждение исходный текст
Ответ на Re: Unnecessary delay in streaming replication due to replay lag  (Masahiko Sawada <masahiko.sawada@2ndquadrant.com>)
Список pgsql-hackers

> On 10-Aug-2020, at 12:27 PM, Masahiko Sawada <masahiko.sawada@2ndquadrant.com> wrote:
>
> The patch can be applied cleanly to the current HEAD but I got the
> error on building the code with this patch:
>
> xlog.c: In function 'StartupXLOG':
> xlog.c:7315:6: error: too few arguments to function 'RequestXLogStreaming'
> 7315 |      RequestXLogStreaming(ThisTimeLineID,
>      |      ^~~~~~~~~~~~~~~~~~~~
> In file included from xlog.c:59:
> ../../../../src/include/replication/walreceiver.h:463:13: note: declared here
>  463 | extern void RequestXLogStreaming(TimeLineID tli, XLogRecPtr recptr,
>      |             ^~~~~~~~~~~~~~~~~~~~
>
> cfbot also complaints this.
>
> Could you please update the patch?
>

Thank you for trying the patch and apologies for the compiler error.  I missed adding a hunk earlier, it should be
fixedin the version attached here. 


Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: public schema default ACL
Следующее
От: Surafel Temesgen
Дата:
Сообщение: Re: FETCH FIRST clause PERCENT option