pgindent (probably my missing something obvious)

From: James Coleman <jtc331(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgindent (probably my missing something obvious)
Date: 2023-07-04 01:12:58
Message-ID: CAAaqYe8yaz7Zbg3NVfJ5vpZ1cDvzSbYaLCMOjrdWBMVs6-WVnw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

This is the first time I've run pgindent on my current machine, and it
doesn't seem to be making any modifications to source files. For
example this command:

./src/tools/pgindent/pgindent src/backend/optimizer/path/allpaths.c

leaves the allpaths.c file unchanged despite my having some very long
function calls. I've downloaded the latest typedefs list, but I
haven't added any types anyway.

What obvious thing am I missing?

Thanks,
James Coleman

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-07-04 01:20:29 Re: pgindent (probably my missing something obvious)
Previous Message Yurii Rashkovskii 2023-07-04 01:00:12 Re: [PATCH] Extend the length of BackgroundWorker.bgw_library_name