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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix more fallout from line-wrap patch, to wit, arbitrarily
Date
Msg-id 20060212033021.5BC4B9DC80E@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: New Directory
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Clients can get PANIC ereports too.