Re: Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3
Date
Msg-id 9410.1339814907@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> OK, based on this feedback, I have updated the pgindent README to use
> these Perl indent instructions:

>         find . -name \*.pl -o -name \*.pm | xargs perltidy \
>         --backup-and-modify-in-place --opening-brace-on-new-line \
>         --vertical-tightness=2 --vertical-tightness-closing=2 \
>         --nospace-after-keyword=for --nospace-for-semicolon \
>         --add-whitespace --delete-old-whitespace --paren-tightness=2 \
>         --keep-old-blank-lines=2 --maximum-line-length=78 \
>         --entab-leading-whitespace=4 --output-line-ending=unix

> Unless I hear otherwise, I will run this new command on the 9.2 and HEAD
> Perl files.

No idea what all that stuff does.  Would it be reasonable to post a diff
showing what this would do to the files in question?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3
Next
From: Alvaro Herrera
Date:
Subject: Re: splitting htup.h