[COMMITTERS] pgsql: Properly initialize variable. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Properly initialize variable.
Date
Msg-id E1clKDB-00020m-QJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Properly initialize variable.

Commit 3bc7dafa9bebbdaa1bbf0da0798d29a8bdaf6a8f forgot to do this.

Noted while experimenting with valgrind.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/506f05423a7c60eef8ed8b5430d03be1fec138a2

Modified Files
--------------
src/backend/optimizer/path/joinpath.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [COMMITTERS] pgsql: Fix pgbench's failure to honor the documentedlong-form option "
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Improve postgresql.conf.sample comments about parallel workers.