pgindent vs. pgperltidy command-line arguments - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pgindent vs. pgperltidy command-line arguments
Date
Msg-id 45aacd8a-5265-d9da-8df2-b8e2c0cf6a07@eisentraut.org
Whole thread Raw
Responses Re: pgindent vs. pgperltidy command-line arguments
Re: pgindent vs. pgperltidy command-line arguments
List pgsql-hackers
Until PG15, calling pgindent without arguments would process the whole 
tree.  Now you get

No files to process at ./src/tools/pgindent/pgindent line 372.

Is that intentional?


Also, pgperltidy accepts no arguments and always processes the whole 
tree.  It would be nice if there were a way to process individual files 
or directories, like pgindent can.

Attached is a patch for this.

(It seems that it works ok to pass regular files (not directories) to 
"find", but I'm not sure if it's portable.)
Attachment

pgsql-hackers by date:

Previous
From: Stavros Koureas
Date:
Subject: Logical Replication Conflict Resolution
Next
From: jian he
Date:
Subject: pg_walinspect last query typo