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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove bug from OPTIMIZER_DEBUG code for partition-wise join.
Date: 2017-12-12 15:56:28
Message-ID: E1eOmuy-00053e-Lz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-12-12 17:10:21 Re: pgsql: PL/Python: Fix potential NULL pointer dereference
Previous Message Teodor Sigaev 2017-12-12 12:00:03 pgsql: Make pg_trgm tests independ from standard_conforming_string. Tes