Re: Add planner support function for starts_with() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add planner support function for starts_with()
Date
Msg-id 2779237.1637186083@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add planner support function for starts_with()  ("Bossart, Nathan" <bossartn@amazon.com>)
List pgsql-hackers
"Bossart, Nathan" <bossartn@amazon.com> writes:
> On 10/9/21, 10:24 AM, "Tom Lane" <tgl@sss.pgh.pa.us> wrote:
>> With the (admittedly later) introduction of planner support functions,
>> it's really quite easy to do better.  The attached patch adds a planner
>> support function for starts_with(), with these benefits:

> The patch looks reasonable to me.

Pushed, thanks for reviewing!

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: CREATE PUBLICATION should "See Also" CREATE SUBSCRIPTION
Next
From: Robert Haas
Date:
Subject: xlog.c: removing ReadRecPtr and EndRecPtr