Thread

Commits

  1. Fix incorrect variable types for origin IDs in decode.c

  1. Fix incorrect variable type for origin_id

    Masahiko Sawada <sawada.mshk@gmail.com> — 2022-09-20T05:49:14Z

    Hi,
    
    I realized that there are some places where we use XLogRecPtr for
    variables for replication origin id. The attached patch fixes them to
    use RepOriginiId instead.
    
    Regards,
    
    -- 
    Masahiko Sawada
    PostgreSQL Contributors Team
    RDS Open Source Databases
    Amazon Web Services: https://aws.amazon.com
    
  2. Re: Fix incorrect variable type for origin_id

    Michael Paquier <michael@paquier.xyz> — 2022-09-20T06:06:32Z

    On Tue, Sep 20, 2022 at 02:49:14PM +0900, Masahiko Sawada wrote:
    > I realized that there are some places where we use XLogRecPtr for
    > variables for replication origin id. The attached patch fixes them to
    > use RepOriginiId instead.
    
    Right, good catch.  Will fix, thanks!
    --
    Michael