Enforce restriction that COPY DELIMITERS string must be exactly one

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 969cc16c690d0f23bab9c95a7e26b5ac409ac628
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-12-04T21:19:57Z
Releases: 7.2.1
Enforce restriction that COPY DELIMITERS string must be exactly one
character; replace strchr() search with simple comparison to speed up
COPY IN.  Per discussion in pghackers.

Files

PathChange+/−
doc/src/sgml/ref/copy.sgml modified +1 −4
src/backend/commands/copy.c modified +10 −3