Re: Fix generate_useful_gather_paths for parallel unsafe pathkeys - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: Fix generate_useful_gather_paths for parallel unsafe pathkeys
Date
Msg-id d8ddcad1-b7af-5ef8-e087-f6d6b204d0b7@enterprisedb.com
Whole thread Raw
In response to Re: Fix generate_useful_gather_paths for parallel unsafe pathkeys  (James Coleman <jtc331@gmail.com>)
Responses Re: Fix generate_useful_gather_paths for parallel unsafe pathkeys
List pgsql-hackers
Hi,

I reviewed the patch series, tweaked a couple comments, added commit
messages etc. Barring objections, I'll push this in a couple days.

One thing that annoys me is that it breaks ABI because it adds two new
parameters to find_em_expr_usable_for_sorting_rel, but I don't think we
can get around that. We could assume require_parallel_safe=true, but we
still need to pass the PlannerInfo pointer.


regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Proposed patch for key managment
Next
From: Tomas Vondra
Date:
Subject: Re: enable_incremental_sort changes query behavior