Re: pgindent (probably my missing something obvious) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgindent (probably my missing something obvious)
Date
Msg-id 469682.1688433629@sss.pgh.pa.us
Whole thread Raw
In response to pgindent (probably my missing something obvious)  (James Coleman <jtc331@gmail.com>)
Responses Re: pgindent (probably my missing something obvious)
List pgsql-hackers
James Coleman <jtc331@gmail.com> writes:
> 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.

"Long function calls" aren't necessarily something pgindent would
change.  Have you tried intentionally misindenting some lines?

            regards, tom lane



pgsql-hackers by date:

Previous
From: James Coleman
Date:
Subject: pgindent (probably my missing something obvious)
Next
From: James Coleman
Date:
Subject: Re: Parallelize correlated subqueries that execute within each worker