Обсуждение: pgsql: Fix more fallout from line-wrap patch, to wit, arbitrarily

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)