Thread

Commits

  1. pgstat: Mention pgstat_replslot.c in pgstat.c.

  1. Missing reference to pgstat_replslot.c in pgstat.c

    Drouvot, Bertrand <bdrouvot@amazon.com> — 2022-06-22T06:29:03Z

    Hi hackers,
    
    I think there's a missing reference to pgstat_replslot.c in pgstat.c.
    
    Attached a tiny patch to fix it.
    
    Regards,
    Bertrand
    
  2. Re: Missing reference to pgstat_replslot.c in pgstat.c

    Masahiko Sawada <sawada.mshk@gmail.com> — 2022-06-22T06:45:32Z

    On Wed, Jun 22, 2022 at 3:29 PM Drouvot, Bertrand <bdrouvot@amazon.com> wrote:
    >
    > Hi hackers,
    >
    > I think there's a missing reference to pgstat_replslot.c in pgstat.c.
    >
    > Attached a tiny patch to fix it.
    
    +1
    
    Regards,
    
    -- 
    Masahiko Sawada
    EDB:  https://www.enterprisedb.com/
    
    
    
    
  3. Re: Missing reference to pgstat_replslot.c in pgstat.c

    Andres Freund <andres@anarazel.de> — 2022-06-23T00:01:13Z

    Hi,
    
    On 2022-06-22 08:29:03 +0200, Drouvot, Bertrand wrote:
    > I think there's a missing reference to pgstat_replslot.c in pgstat.c.
    
    Indeed...
    
    > Attached a tiny patch to fix it.
    
    Thanks. Pushed.
    
    Greetings,
    
    Andres Freund
    
    
    
    
  4. Re: Missing reference to pgstat_replslot.c in pgstat.c

    Drouvot, Bertrand <bdrouvot@amazon.com> — 2022-06-23T08:07:41Z

    Hi,
    
    On 6/23/22 2:01 AM, Andres Freund wrote:
    > Hi,
    >
    > On 2022-06-22 08:29:03 +0200, Drouvot, Bertrand wrote:
    >> I think there's a missing reference to pgstat_replslot.c in pgstat.c.
    > Indeed...
    >
    >> Attached a tiny patch to fix it.
    > Thanks. Pushed.
    
    Thanks!
    
    Bertrand