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)
commit73a0d123e9023396b3e6dc15bbb7b2f85143a93f
treed672e1c3f95e96d76899615dd1d50a363f6ff202
parent7b0a92a0b6f5ef41f1547381cbd0e2604ec2bf87
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