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

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

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
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)