Remove duplicate variable initializations identified by clang static checker.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d40ef0dc0ba6fc66261aa73f08484369e5165e85
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-08-30T16:53:45Z
Releases: 8.3.8
Remove duplicate variable initializations identified by clang static checker.
One of these represents a nontrivial bug (a promptly-leaked palloc), so
backpatch.

Greg Stark

Files

PathChange+/−
src/backend/tsearch/regis.c modified +2 −2
src/backend/tsearch/ts_parse.c modified +1 −2
src/backend/utils/adt/encode.c modified +2 −2