From: | Amit Kapila <akapila(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Back-patch "Fix parallel hash join path search." |
Date: | 2018-09-14 03:19:34 |
Message-ID: | E1g0edq-0006Qm-2f@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Back-patch "Fix parallel hash join path search."
Back-patch commit 655393a022bd653e2b48dbf20b69236981e35195 to 9.6. This
synchronizes the relavant code and helps in generating parallel paths in
some cases in 9.6. This also helps in back-patch of future patches where
we can get the same plan in all branches.
Discussion: https://postgr.es/m/CAA4eK1+XK_875cJA1HPVpx9C7C8Fp7i4QzLJ17T3igfU2iadxQ@mail.gmail.com
Branch
------
REL9_6_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/271b678436ce83bdd6bb355f9fcc011dafdd0122
Modified Files
--------------
src/backend/optimizer/path/joinpath.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2018-09-14 04:53:33 | pgsql: Don't allow LIMIT/OFFSET clause within sub-selects to be pushed |
Previous Message | Michael Paquier | 2018-09-14 01:05:47 | pgsql: Allow concurrent-safe open() and fopen() in frontend code for Wi |