From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3 |
Date: | 2012-06-11 00:55:13 |
Message-ID: | 1339375966-sup-8339@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Excerpts from Bruce Momjian's message of dom jun 10 15:20:34 -0400 2012:
> Run pgindent on 9.2 source tree in preparation for first 9.3
> commit-fest.
Hm, does this touch stuff that would also be modified by perltidy? I
wonder if we should refrain from doing entab/detab on perl files and
instead have perltidy touch such code.
Perhaps the thing to do is ensure that perltidy also uses tabs instead
of spaces.
> src/tools/msvc/Install.pm | 1056 ++++++++++---------
> src/tools/msvc/MSBuildProject.pm | 325 +++---
> src/tools/msvc/Mkvcbuild.pm | 1278 ++++++++++++-----------
> src/tools/msvc/Project.pm | 607 ++++++------
> src/tools/msvc/Solution.pm | 980 +++++++++---------
> src/tools/msvc/VCBuildProject.pm | 292 +++---
> src/tools/msvc/VSObjectFactory.pm | 152 ++--
> src/tools/msvc/build.pl | 20 +-
> src/tools/msvc/builddoc.pl | 32 +-
> src/tools/msvc/config_default.pl | 38 +-
> src/tools/msvc/gendef.pl | 66 +-
> src/tools/msvc/install.pl | 4 +-
> src/tools/msvc/pgbison.pl | 14 +-
> src/tools/msvc/pgflex.pl | 60 +-
> src/tools/msvc/vcregress.pl | 400 ++++----
--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2012-06-11 02:37:14 | Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3 |
Previous Message | Bruce Momjian | 2012-06-10 19:20:34 | pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3 |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2012-06-11 02:37:14 | Re: [COMMITTERS] pgsql: Run pgindent on 9.2 source tree in preparation for first 9.3 |
Previous Message | Jeff Janes | 2012-06-10 23:47:41 | Re: pg_dump and thousands of schemas |