Fix erroneous -Werror=missing-braces on old GCC.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bad0763a4d7be3005eae35d460c73ac4bc7ebaad
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-12-25T04:36:33Z
Releases: 17.0
Fix erroneous -Werror=missing-braces on old GCC.

In the same spirit as 5e0c761d0 and some earlier commits,
suppress a chorus of buildfarm warnings about braces in
these initializers.

Richard Guo

Discussion: https://postgr.es/m/CAMbWs48GzM-Ff7vr=_CeqaXxFBB9UntqtaW1cjU8hOo62AbOOg@mail.gmail.com

Files

PathChange+/−
src/common/blkreftable.c modified +4 −4

Discussion