A minor adjustment to get_cheapest_path_for_pathkeys - Mailing list pgsql-hackers

From Richard Guo
Subject A minor adjustment to get_cheapest_path_for_pathkeys
Date
Msg-id CAMbWs4-KE2wf4QPj_Sr5mX4QFtBNNKGmxK=+e=KZEGUjdG33=g@mail.gmail.com
Whole thread Raw
Responses Re: A minor adjustment to get_cheapest_path_for_pathkeys
List pgsql-hackers
The check for parallel_safe should be even cheaper than cost comparison
so I think it's better to do that first.  The attached patch does this
and also updates the comment to mention the requirement about being
parallel-safe.

Thanks
Richard
Attachment

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: When to drop src/tools/msvc support
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Improve logging when using Huge Pages