From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: pgindent: more ways to find files to indent |
Date: | 2023-02-08 22:08:49 |
Message-ID: | E1pPscT-0008hh-9G@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
pgindent: more ways to find files to indent
A new --commit option will add all the files in a commit to the file
list. The option can be specified more than once.
Also, if a directory is given on the command line, all the files in that
directory tree will be added to the file list.
Per suggestions from Robert Haas
Reviewed by Jelte Fennema
Discussion: https://postgr.es/m/CA+TgmoY59Ksso81RNLArNxj0a7xaqV_F_u7gSMHbgdc2kG5Vpw@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/068a243b7771890052a32c577a44c48facd34884
Modified Files
--------------
src/tools/pgindent/pgindent | 60 ++++++++++++++++++++++++++++-----------------
1 file changed, 38 insertions(+), 22 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2023-02-08 22:15:59 | pgsql: Stop recommending auto-download of DTD files, and indeed disable |
Previous Message | Andrew Dunstan | 2023-02-08 21:57:55 | pgsql: Backpatch OpenSSL 3.0.0 compatibility in tests |