pgsql: Fix pg_bsd_indent bug where newlines were not being trimmed from - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix pg_bsd_indent bug where newlines were not being trimmed from
Date
Msg-id E1RJAxR-0003j7-NK@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix pg_bsd_indent bug where newlines were not being trimmed from  (Bruce Momjian <bruce@momjian.us>)
List 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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Implement streaming xlog for backup tools
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Fix pg_bsd_indent bug where newlines were not being trimmed from