]> granicus.if.org Git - postgresql/commit
Remove duplicate variable initializations identified by clang static checker.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Aug 2009 16:53:31 +0000 (16:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Aug 2009 16:53:31 +0000 (16:53 +0000)
commitdd6de24e69cbe0d5cf342905e3b0ee98365402e7
tree6a90c4bbf2ded9185f9831e84d0a0bb090939f6e
parente710b65c1c56ca7b91f662c63d37ff2e72862a94
Remove duplicate variable initializations identified by clang static checker.
One of these represents a nontrivial bug (a promptly-leaked palloc), so
backpatch.

Greg Stark
src/backend/tsearch/regis.c
src/backend/tsearch/ts_parse.c
src/backend/utils/adt/encode.c