On Tue, Aug 25, 2020 at 8:58 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> I am planning
> to push the first patch (v53-0001-Extend-the-BufFile-interface) in
> this series tomorrow unless you have any comments on the same.
>
I'm getting compiler warnings now, src/backend/storage/file/sharedfileset.c
line 288 needs to be:
bool found PG_USED_FOR_ASSERTS_ONLY = false;
Cheers,
Jeff