[COMMITTERS] pgsql: Remove duplicate variable initializations identified by clang

2009-08-30 Thread Tom Lane
Log Message: --- Remove duplicate variable initializations identified by clang static checker. One of these represents a nontrivial bug (a promptly-leaked palloc), so backpatch. Greg Stark Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/tsearch: regi

[COMMITTERS] pgsql: Remove duplicate variable initializations identified by clang

2009-08-30 Thread Tom Lane
Log Message: --- Remove duplicate variable initializations identified by clang static checker. One of these represents a nontrivial bug (a promptly-leaked palloc), so backpatch. Greg Stark Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/tsearch: regi

[COMMITTERS] pgsql: Remove duplicate variable initializations identified by clang

2009-08-30 Thread Tom Lane
Log Message: --- Remove duplicate variable initializations identified by clang static checker. One of these represents a nontrivial bug (a promptly-leaked palloc), so backpatch. Greg Stark Modified Files: -- pgsql/src/backend/tsearch: regis.c (r1.7 -> r1.8)