Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
> On 07.08.25 16:58, Tom Lane wrote:
>> 0004: I prefer the solution I exhibited yesterday, ie add
>> externs to those headers.
> That solution seems fine, too.
Great.
> This comment should be clarified:
> + # This redundant extern declaration is needed to silence headerscheck
> + # warnings with some gcc versions.
> You could just write
> # silence -Wmissing-variable-declarations
> which also appears elsewhere in the code.
I compromised on writing "redundant declaration to silence
-Wmissing-variable-declarations", and pushed it.
regards, tom lane