]> 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:45 +0000 (16:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Aug 2009 16:53:45 +0000 (16:53 +0000)
commitd40ef0dc0ba6fc66261aa73f08484369e5165e85
treef8f4bcc1c8bf19edef06cea42836f35c31a73457
parent143373bee58553fdc0d7c284aec69aecf0ec7ad0
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