Remove duplicate variable initializations identified by clang static checker.

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

Commit: ba5317237fe57acda122d793e8c95f960bbb31ed
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-08-30T16:53:37Z
Releases: 8.4.1
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