On Wed, Aug 21, 2024 at 6:33 AM Jeff Davis <jdavis@postgresql.org> wrote:
> Slightly refactor varstr_sortsupport() to improve readability.
>
> Author: Andreas Karlsson
> Discussion: https://postgr.es/m/69c2a864-846f-4309-bd5a-aaa1c34f9a11@proxel.se
>
> Branch
> ------
> master
>
> Details
> -------
> https://git.postgresql.org/pg/commitdiff/a95ff1fe2eb4926b13e0940ad1f37d048704bdb0
>
> Modified Files
> --------------
> src/backend/utils/adt/varlena.c | 36 ++++++++++++++++++------------------
> 1 file changed, 18 insertions(+), 18 deletions(-)
It seems that pgindent is needed to run for this commit.
Thanks
Richard