pgsql: Remove bug from OPTIMIZER_DEBUG code for partition-wise join. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove bug from OPTIMIZER_DEBUG code for partition-wise join.
Date
Msg-id E1eOmuy-00053e-Lz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove bug from OPTIMIZER_DEBUG code for partition-wise join.

Etsuro Fujita, reviewed by Ashutosh Bapat

Discussion: http://postgr.es/m/5A2A60E6.6000008@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d329dc2ea4bfac84ec60ba14b96561a7508bb37b

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


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: Make pg_trgm tests independ from standard_conforming_string.Tes
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: PL/Python: Fix potential NULL pointer dereference