Re: Tweak some codes format in gist.c

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: "Andrey M. Borodin" <x4mmm@yandex-team.ru>
Cc: Tender Wang <tndrwang@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-11-18T04:50:25Z
Lists: pgsql-hackers
On Fri, Nov 15, 2024 at 02:56:57PM +0500, Andrey M. Borodin wrote:
> I’d suggest to combine such changes with some real code modification
> done nearby. There’s plenty of GiST patches on commitfest.

We do a lot of cosmetic fixes like this one, and sometimes we also
have the argument that these should not be blindly included in other
patches as that's just unrelated noise.

FWIW, I don't really mind in this case and this is consistent with the
surroundings, so applied on HEAD.

There is one more in trgm.h, though it's OK as-is, as well.
--
Michael

Commits

  1. Improve some code format in gist.c