Thread: pgsql: Fix more fallout from line-wrap patch, to wit, arbitrarily

pgsql: Fix more fallout from line-wrap patch, to wit, arbitrarily

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix more fallout from line-wrap patch, to wit, arbitrarily changing
the API of PQdsplen without bothering to fix its callers.  Although
ReportSyntaxErrorPosition could probably do with more smarts about
handling control characters, for the moment I'll just get it back to
handling tabs consistently.

Modified Files:
--------------
    pgsql/src/bin/psql:
        common.c (r1.111 -> r1.112)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.111&r2=1.112)