Code cleanup for build_regexp_split_result
Japin Li <japinli@hotmail.com>
From: Li Japin <japinli@hotmail.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-01-16T15:18:43Z
Lists: pgsql-hackers
Attachments
- 0001-Code-cleanup-for-build_regexp_split_result.patch (application/octet-stream) patch 0001
Hi hackers, I find the build_regexp_split_result() has redundant codes, we can move it to before the condition check, can we? Best regards. Japin Li
Commits
-
Minor code beautification in regexp.c.
- 0db7c6705180 13.0 landed
-
Avoid quadratic slowdown in regexp match/split functions.
- c8ea87e4bd95 12.0 cited