mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Document the authoritative version of perltidy.
Every whole-tree perltidy run has used this version, firmly establishing it as the de facto standard.
This commit is contained in:
parent
020140d84d
commit
b098abf905
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
|
|||
7) Remove any files that generate errors and restore their original
|
||||
versions.
|
||||
|
||||
8) Indent the Perl code:
|
||||
8) Indent the Perl code using perltidy v20090616 (perltidy changes formatting
|
||||
decisions, so older and newer versions are incompatible):
|
||||
|
||||
(
|
||||
find . -name \*.pl -o -name \*.pm
|
||||
|
|
|
|||
Loading…
Reference in a new issue