Re: Handing off SLRU fsyncs to the checkpointer - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Handing off SLRU fsyncs to the checkpointer
Date
Msg-id CA+hUKG+gTLxkNAjr3mLW1oOnWruodkRs5GW_-h6cajPET=McsQ@mail.gmail.com
Whole thread Raw
In response to Re: Handing off SLRU fsyncs to the checkpointer  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
List pgsql-hackers
On Mon, Jan 4, 2021 at 3:35 AM Tomas Vondra
<tomas.vondra@enterprisedb.com> wrote:
> Seems this commit left behind a couple unnecessary prototypes in a bunch
> of header files. In particular, it removed these functions
>
> - ShutdownCLOG();
> - ShutdownCommitTs();
> - ShutdownSUBTRANS();
> - ShutdownMultiXact();

Thanks.  Fixed.



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Context diffs
Next
From: Daniel Gustafsson
Date:
Subject: Re: Online checksums patch - once again