diff options
author | Tom Lane | 2021-12-13 00:12:14 +0000 |
---|---|---|
committer | Tom Lane | 2021-12-13 00:12:14 +0000 |
commit | 4cb389a048ebc5dadce18e820af2dbb14fd57208 (patch) | |
tree | fbcaa92ac688a5bae64744552075e918bc7c4138 /src/backend/access/gist/gistxlog.c | |
parent | e51e8fb9f43372bf78d2f34deeee2490912bdb46 (diff) |
Reformat imath.c macro to remove -Wmisleading-indentation warnings.
Recent versions of gcc whine about the admittedly-completely-illegible
formatting of this macro. We've not noticed for a few reasons:
* In v12 and up, the problem is gone thanks to 48e24ba6b.
(Back-patching that doesn't seem prudent, though, so this patch
just manually improves the macro's formatting.)
* Buildfarm animals that might have complained, such as caiman,
do not because they use --with-openssl and so don't build imath.c.
* In a manual run such as "make all check-world", you won't see the
warning because it gets buried in an install.log file. You have to
do "make -C contrib all" or the like to see it.
I noticed this because in older branches, the last bit doesn't
happen so "check-world" actually does spew the warnings to stderr.
Maybe we should rethink how that works, because the newer behavior
is not an improvement IMO.
Back-patch down to 9.2, pursuant to newly-established project policy
about keeping out-of-support branches buildable.
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions