summaryrefslogtreecommitdiff
path: root/src/backend/regex/re_syntax.n
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-09-09 20:14:58 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-09-09 20:15:10 -0400
commitd76113dda77417d176e299b167e95db0266986d5 (patch)
treeb362807bf71ccc254b3159ba5fe69b6cd9119c5d /src/backend/regex/re_syntax.n
parent65f37b3e9b0aea59cc98a2e23f45bb8fb6a56395 (diff)
Fix minor bug in regexp makesearch() function.
The list-wrangling here was done wrong, allowing the same state to get put into the list twice. The following loop then would clone it twice. The second clone would wind up with no inarcs, so that there was no observable misbehavior AFAICT, but a useless state in the finished NFA isn't an especially good thing.
Diffstat (limited to 'src/backend/regex/re_syntax.n')
0 files changed, 0 insertions, 0 deletions