[COMMITTERS] pgsql: Fix uninitialized-variable bug.

2017-09-08 Thread Tom Lane
Fix uninitialized-variable bug. map_partition_varattnos() failed to set its found_whole_row output parameter if the given expression list was NIL. This seems to be a pre-existing bug that chanced to be exposed by commit 6f6b99d13. It might be unreachable in v10, but I have little faith in that pr

[COMMITTERS] pgsql: Fix uninitialized-variable bug.

2017-09-08 Thread Tom Lane
Fix uninitialized-variable bug. map_partition_varattnos() failed to set its found_whole_row output parameter if the given expression list was NIL. This seems to be a pre-existing bug that chanced to be exposed by commit 6f6b99d13. It might be unreachable in v10, but I have little faith in that pr

[COMMITTERS] pgsql: Fix uninitialized-variable bug.

2015-10-09 Thread Tom Lane
Fix uninitialized-variable bug. For some reason, neither of the compilers I usually use noticed the uninitialized-variable problem I introduced in commit 7e2a18a9161fee7e. That's hardly a good enough excuse though. Committing with brown paper bag on head. In addition to putting the operations in

[COMMITTERS] pgsql: Fix uninitialized-variable bug.

2015-10-09 Thread Tom Lane
Fix uninitialized-variable bug. For some reason, neither of the compilers I usually use noticed the uninitialized-variable problem I introduced in commit 7e2a18a9161fee7e. That's hardly a good enough excuse though. Committing with brown paper bag on head. In addition to putting the operations in

[COMMITTERS] pgsql: Fix uninitialized-variable bug.

2015-10-09 Thread Tom Lane
Fix uninitialized-variable bug. For some reason, neither of the compilers I usually use noticed the uninitialized-variable problem I introduced in commit 7e2a18a9161fee7e. That's hardly a good enough excuse though. Committing with brown paper bag on head. In addition to putting the operations in

[COMMITTERS] pgsql: Fix uninitialized-variable bug.

2011-10-04 Thread Tom Lane
Fix uninitialized-variable bug. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/fa56a0c3e01c175695e932e6cdc2c6915df5adc6 Modified Files -- src/backend/access/transam/slru.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-

[COMMITTERS] pgsql: Fix uninitialized-variable bug.

2007-03-27 Thread Tom Lane
Log Message: --- Fix uninitialized-variable bug. Modified Files: -- pgsql/contrib/tsearch2: dict_syn.c (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/dict_syn.c.diff?r1=1.13&r2=1.14) ---(end of b