git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: e126945) | patch
Let regexp_replace() make use of REG_NOSUB when feasible.
2021年8月10日 00:53:25 +0000 (20:53 -0400)
2021年8月10日 00:53:25 +0000 (20:53 -0400)
commit 18bac60ede44359a1e577df80aef196e371c902e
Let regexp_replace() make use of REG_NOSUB when feasible.

If the replacement string doesn't contain 1円...9,円 then we don't
need sub-match locations, so we can use the REG_NOSUB optimization
here too. There's already a pre-scan of the replacement string
to look for backslashes, so extend that to check for digits, and
refactor to allow that to happen before we compile the regexp.

While at it, try to speed up the pre-scan by using memchr() instead
of a handwritten loop. It's likely that this is lost in the noise
compared to the regexp processing proper, but maybe not. In any
case, this coding is shorter.

Also, add some test cases to improve the poor coverage of
appendStringInfoRegexpSubstr().

Discussion: https://postgr.es/m/3534632.1628536485@sss.pgh.pa.us
src/backend/utils/adt/regexp.c diff | blob | blame | history
src/backend/utils/adt/varlena.c diff | blob | blame | history
src/include/utils/varlena.h diff | blob | blame | history
src/test/regress/expected/strings.out diff | blob | blame | history
src/test/regress/sql/strings.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /