[HACKERS] Why is get_cheapest_parallel_safe_total_inner() in pathkeys.c? - Mailing list pgsql-hackers

From David Rowley
Subject [HACKERS] Why is get_cheapest_parallel_safe_total_inner() in pathkeys.c?
Date
Msg-id CAKJS1f-vcPizckkGf8BOe2G8GxXOJ137UY4532dfD039xrUnfw@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Why is get_cheapest_parallel_safe_total_inner() in pathkeys.c?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
This probably ended up here because there's a bunch of other functions
named get_cheapest* in that file, but all of those relate to getting a
path for specific PathKeys. get_cheapest_parallel_safe_total_inner()
does not do that.

Maybe allpaths.c is a better home for it?

It seems to have been added in [1]

[1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=a71f10189dc10a2fe422158a2c9409e0f77c6b9e

-- David Rowley                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Egor Rogov
Date:
Subject: [HACKERS] Triggers and logical replication (10devel)
Next
From: "Tels"
Date:
Subject: Re: [HACKERS] WITH clause in CREATE STATISTICS