Enforce restriction that COPY DELIMITERS string must be exactly one
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/copy.sgml | modified | +1 −4 |
| src/backend/commands/copy.c | modified | +10 −3 |