postgresql/src/backend
Tom Lane dd6de24e69 Remove duplicate variable initializations identified by clang static checker.
One of these represents a nontrivial bug (a promptly-leaked palloc), so
backpatch.

Greg Stark
2009-08-30 16:53:31 +00:00
..
access Fix handling of autovacuum reloptions. 2009-08-27 17:18:44 +00:00
bootstrap Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
catalog Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
commands Fix a violation of WAL coding rules in the recent patch to include an 2009-08-24 02:18:32 +00:00
executor Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison 2009-08-23 18:26:08 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Assorted minor refactoring in EXPLAIN. 2009-07-24 21:08:42 +00:00
libpq Remove the use of the pg_auth flat file for client authentication. 2009-08-29 19:26:52 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Merge the Constraint and FkConstraint node types into a single type. 2009-07-30 02:45:38 +00:00
optimizer Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo. 2009-08-13 16:53:09 +00:00
parser Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
po Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
port Reserve the shared memory region during backend startup on Windows, so 2009-07-24 20:12:42 +00:00
postmaster Remove the use of the pg_auth flat file for client authentication. 2009-08-29 19:26:52 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
snowball Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
storage Allow backends to start up without use of the flat-file copy of pg_database. 2009-08-12 20:53:31 +00:00
tcop Remove the use of the pg_auth flat file for client authentication. 2009-08-29 19:26:52 +00:00
tsearch Remove duplicate variable initializations identified by clang static checker. 2009-08-30 16:53:31 +00:00
utils Remove duplicate variable initializations identified by clang static checker. 2009-08-30 16:53:31 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00