Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Wed, Nov 24, 2021 at 8:01 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
>> Pushed the obvious fix for that. Somehow thought I'd seen more compile failure
>> than the one WAL_DEBUG...
> Hmm, thanks. I guess i put too much trust in the compiler.
My approach to such patches is always "in grep we trust, all others
pay cash". Even without #ifdef issues, you are highly likely to
miss comments that need to be updated.
regards, tom lane