aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
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:26 -0400
commit5bd86b21dfbca103ffb142da55cb25211395d3a9 (patch)
treeaf55573d6aef9f7d903461f5adeabad1209da417 /src/backend/executor/nodeModifyTable.c
parent60fe73b79ce8a65ee4eda34a2f4f204a95081603 (diff)
downloadpostgresql-5bd86b21dfbca103ffb142da55cb25211395d3a9.tar.gz
postgresql-5bd86b21dfbca103ffb142da55cb25211395d3a9.zip
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/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions