diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2023-02-13 08:13:03 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2023-02-13 08:24:54 -0500 |
commit | b16259b3c1897cf90855a94e5cb126d6c75e3cf3 (patch) | |
tree | 66d350730659499a55048bf2c67060e0f1d66852 /src/backend/utils/adt/array_userfuncs.c | |
parent | 9a312562314abcec91ae9cff3a4af37196c3886e (diff) | |
download | postgresql-b16259b3c1897cf90855a94e5cb126d6c75e3cf3.tar.gz postgresql-b16259b3c1897cf90855a94e5cb126d6c75e3cf3.zip |
Remove obsolete pgindent options --code-base and --build
Now that we have the sources for pg_bsd_indent in our code base these
are redundant.
It is now required to provide a list of files or directories to pgindent,
either by using --commit or on the command line. The equivalent of
previously running pgindent with no parameters is now `pgindent .`
Some extra checks are also added. duplicate files in the file list are
skipped, and there is a warning if no files are specified.
If the --commit option is used, the script now chdir's to the source
root, as git always reports files relative to that. (Fixes a gripe from
Justin Pryzby)
Reviewed by Tom Lane
Discussion: https://postgr.es/m/842819.1676219054@sss.pgh.pa.us
Diffstat (limited to 'src/backend/utils/adt/array_userfuncs.c')
0 files changed, 0 insertions, 0 deletions