mirror of
https://github.com/postgres/postgres.git
synced 2026-06-15 13:09:51 -04:00
21d11e7ee2
For long source strings the copying results in O(N^2) behavior, and the multiplier can be significant if wide-char conversion is involved. Andres Freund, reviewed by Kevin Grittner.