Re: pg_indent instructions

2021-06-28 Thread Tom Lane
Andrew Dunstan writes: > The README for pg_indent says: >     ./configure # "make" will not work in an unconfigured tree >     cd src/include/catalog >     make reformat-dat-files >     cd ../../.. > This looks like a case of using a sledgehammer to crack a nut. > I did this, which amounts

pg_indent instructions

2021-06-28 Thread Andrew Dunstan
The README for pg_indent says:     ./configure # "make" will not work in an unconfigured tree     cd src/include/catalog     make reformat-dat-files     cd ../../.. This looks like a case of using a sledgehammer to crack a nut. I did this, which amounts to the same thing and is faster: