aboutsummaryrefslogtreecommitdiff
path: root/src/backend/regex/regexport.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-09-04 12:33:58 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-09-04 12:33:58 -0400
commita2d75b67bccd24d17e328360080e4877d23bc369 (patch)
tree00ea7b2868a852fc7b8a10b0e026189afcfc95cd /src/backend/regex/regexport.c
parente21db14b8a6696a2b704b89df9c4be9cd0ea8a33 (diff)
downloadpostgresql-a2d75b67bccd24d17e328360080e4877d23bc369.tar.gz
postgresql-a2d75b67bccd24d17e328360080e4877d23bc369.zip
Remove useless pg_strdup() operations.
split_to_stringlist() doesn't modify its first argument nor expect it to remain valid after exit, so there's no need to duplicate the optarg string at the call sites. Per Coverity. (This has been wrong all along, but commit 052cc223d changed the useless calls from "strdup" to "pg_strdup", which apparently made Coverity think it's a new bug. It's not, but it's also not worth back-patching.)
Diffstat (limited to 'src/backend/regex/regexport.c')
0 files changed, 0 insertions, 0 deletions