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

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

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.

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-10-26 21:26:26 Re: pgsql: Fix pg_bsd_indent bug where newlines were not being trimmed from
Previous Message Magnus Hagander 2011-10-26 18:26:38 pgsql: Implement streaming xlog for backup tools