pgsql-server: The attached tiny patch removes spurious carriage returns

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: The attached tiny patch removes spurious carriage returns
Date: 2004-06-11 03:57:03
Message-ID: 20040611035703.1BB15D1B21B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The attached tiny patch removes spurious carriage returns that might be
copied by the script that generates psql's help. (You can get the
spurious CRs if you use a CVS client on Windows that does line end
translation.) Elsewhere, the patch should be totally benign.

This removes quite a number of the compile warnings I posted the other
day.

Andrew Dunstan

Modified Files:
--------------
pgsql-server/src/bin/psql:
create_help.pl (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/psql/create_help.pl.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-06-11 04:02:21 Re: [COMMITTERS] pgsql-server: Clean up generation of default
Previous Message Bruce Momjian 2004-06-11 03:55:19 pgsql-server: >> It certainly doesn't.