Skip to content
Snippets Groups Projects
Commit ae8f7313 authored by Tom Lane's avatar Tom Lane
Browse files

Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings,

and hopefully improve code clarity while at it.  One intentional
semantics change: a backslashed space will not be treated as removable
trailing whitespace, as the prior coding would do.  ISTM that if it
wouldn't be considered removable leading whitespace, it shouldn't be
stripped at the end either.
parent 5a2c8cf4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment