Re: prevent immature WAL streaming - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: prevent immature WAL streaming
Date
Msg-id 20211025.103252.150817557361501738.horikyota.ntt@gmail.com
Whole thread Raw
In response to Re: prevent immature WAL streaming  (Amul Sul <sulamul@gmail.com>)
Responses Re: prevent immature WAL streaming  (Amul Sul <sulamul@gmail.com>)
List pgsql-hackers
At Fri, 22 Oct 2021 18:43:52 +0530, Amul Sul <sulamul@gmail.com> wrote in 
> Any thoughts about the patch posted previously?

Honestly, xlogreader looks fine with the current shape. The reason is
that it seems cleaner as an interface boundary since the caller of
xlogreader doesn't need to know about the details of xlogreader. The
current code nicely hides the end+1 confusion.

Even if we want to get rid of global variables in xlog.c, I don't
understand why we remove only abortedRecPtr. That change makes things
more complex as a whole by letting xlog.c be more conscious of
xlogreader's internals.  I'm not sure I like that aspect of the patch.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: add retry mechanism for achieving recovery target before emitting FATA error "recovery ended before configured recovery target was reached"
Next
From: Masahiko Sawada
Date:
Subject: Re: Skipping logical replication transactions on subscriber side