On Tuesday, January 12, 2021 12:52 PM Takayuki/綱川 貴之 
<tsunakawa.ta...@fujitsu.com> wrote:
> From: Osumi, Takamichi/大墨 昂道 <osumi.takami...@fujitsu.com>
> > I updated the patch following this discussion, and fixed the
> > documentation as well.
> 
> 
> +               (rmid == RM_GIST_ID && info == RM_GIST_ID) ||
> +               (rmid == RM_GENERIC_ID)))
> 
> info is wrong for GiST, and one pair of parenthesis is unnecessary.  The above
> would be:
> 
> +               (rmid == RM_GIST_ID && info ==
> XLOG_GIST_ASSIGN_LSN) ||
> +               rmid == RM_GENERIC_ID))
Oops, sorry for this careless mistake.
Fixed. And again, regression test produces no failure.

Best Regards,
        Takamichi Osumi

Attachment: disable_WAL_logging_v07.patch
Description: disable_WAL_logging_v07.patch

Reply via email to