Re: Unnecessary delay in streaming replication due to replay lag - Mailing list pgsql-hackers

From Asim Praveen
Subject Re: Unnecessary delay in streaming replication due to replay lag
Date
Msg-id 5A60C516-1A9F-47FA-BDE7-D299A35AB4C1@vmware.com
Whole thread Raw
In response to Re: Unnecessary delay in streaming replication due to replay lag  (Masahiko Sawada <masahiko.sawada@2ndquadrant.com>)
List 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. 


Attachment

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: public schema default ACL
Next
From: Surafel Temesgen
Date:
Subject: Re: FETCH FIRST clause PERCENT option