Re: pgsql: Fix pg_bsd_indent bug where newlines were not being trimmed from

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix pg_bsd_indent bug where newlines were not being trimmed from
Date: 2011-10-26 21:26:26
Message-ID: 201110262126.p9QLQQ000774@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian wrote:
> Fix pg_bsd_indent bug where newlines were not being trimmed from typedef
> lines. Update pg_bsd_indent required version to 1.1 (and update ftp
> site).
>
> Problem reported by Magnus.

Oh, I also pgindented the file Magnus needed indented that led to this
report.

---------------------------------------------------------------------------

>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/360429e1d17947c17659cd57dbaaba5c10fcbd6a
>
> Modified Files
> --------------
> src/bin/pg_basebackup/pg_basebackup.c | 17 +++++++--------
> src/tools/pgindent/indent.bsd.patch | 37 ++++++++++++++++-----------------
> src/tools/pgindent/pgindent | 5 ++-
> 3 files changed, 29 insertions(+), 30 deletions(-)
>
>
> --
> Sent via pgsql-committers mailing list (pgsql-committers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-committers

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-10-26 21:52:46 pgsql: Improve planner's ability to recognize cases where an IN's RHS i
Previous Message Bruce Momjian 2011-10-26 21:24:21 pgsql: Fix pg_bsd_indent bug where newlines were not being trimmed from