Re: On disable_cost - Mailing list pgsql-hackers

From Jim Finnerty
Subject Re: On disable_cost
Date
Msg-id 1572625852934-0.post@n3.nabble.com
Whole thread Raw
In response to Re: On disable_cost  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: On disable_cost
List pgsql-hackers
re: coping with adding disable_cost more than once

Another option would be to have a 2-part Cost structure.  If disable_cost is
ever added to the Cost, then you set a flag recording this.  If any plans
exist that have no disable_costs added to them, then the planner chooses the
minimum cost among those, otherwise you choose the minimum cost path.



-----
Jim Finnerty, AWS, Amazon Aurora PostgreSQL
--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] Implement INSERT SET syntax
Next
From: Andres Freund
Date:
Subject: Re: On disable_cost