Thread

Commits

  1. Fix typos in standby.c

  1. Fix typo in standby.c

    Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com> — 2022-03-25T02:34:22Z

    Hi,
    
    I noticed a possible typo in standby.c:
    
    ---
     * The definitions of RunningTransactionsData and xl_xact_running_xacts are
     * similar. We keep them separate because xl_xact_running_xacts is a
    ---
    
    It seems "xl_xact_running_xacts" should be "xl_running_xacts".
    
    Best regards,
    Hou zhijie
    
    
  2. Re: Fix typo in standby.c

    Michael Paquier <michael@paquier.xyz> — 2022-03-25T02:46:55Z

    On Fri, Mar 25, 2022 at 02:34:22AM +0000, houzj.fnst@fujitsu.com wrote:
    > I noticed a possible typo in standby.c:
    > 
    > ---
    >  * The definitions of RunningTransactionsData and xl_xact_running_xacts are
    >  * similar. We keep them separate because xl_xact_running_xacts is a
    > ---
    > 
    > It seems "xl_xact_running_xacts" should be "xl_running_xacts".
    
    You are right, will fix.  Thanks!
    --
    Michael