pgsql: > If it bothers you that much.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: > If it bothers you that much.
Date: 2004-12-03 17:13:29
Message-ID: 20041203171329.75CD63A59D6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
> If it bothers you that much. I'd make a flag, cleared at the start of
> each COPY, and then where we test for CR or LF in CopyAttributeOutCSV,
> if the flag is not set then set it and issue the warning.

Andrew Dunstan

Modified Files:
--------------
pgsql/src/backend/commands:
copy.c (r1.234 -> r1.235)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c.diff?r1=1.234&r2=1.235)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-12-03 17:46:19 pgsql: Improve description of --disable-rpath workaround for regression
Previous Message Bruce Momjian 2004-12-03 17:12:10 pgsql: >>This patch adds another plpgsql trigger example to the chapter.