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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix more fallout from line-wrap patch, to wit, arbitrarily
Date: 2006-02-12 03:30:21
Message-ID: 20060212033021.5BC4B9DC80E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-02-12 03:34:41 Re: [COMMITTERS] pgsql: Allow ALTER TABLE ...
Previous Message Bruce Momjian 2006-02-12 03:23:55 pgsql: New Directory