pgsql/src/backend/commands (copy.c)

From: ishii(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (copy.c)
Date: 2001-01-06 03:33:18
Message-ID: 200101060333.f063XIa77674@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, January 5, 2001 @ 22:33:17
Author: ishii

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
from hub.org:/tmp/cvs-serv74562

Modified Files:
copy.c

----------------------------- Log Message -----------------------------

Fix copy to make it more robust against unexpected character
sequences. This is done by disabling multi-byte awareness when it's
not necessary. This is kind of a workaround, not a perfect solution.
However, there is no ideal way to parse broken multi-byte character
sequences. So I guess this is the best way what we could do right
now...

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-01-06 04:14:35 pgsql/doc/src/sgml/ref (create_rule.sgml)
Previous Message inoue 2001-01-06 01:48:59 pgsql/src/backend/utils/cache (relcache.c)