Re: Add planner support function for starts_with()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add planner support function for starts_with()
Date: 2021-11-17 21:54:43
Message-ID: 2779237.1637186083@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Bossart, Nathan" <bossartn(at)amazon(dot)com> writes:
> On 10/9/21, 10:24 AM, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-11-17 22:01:36 xlog.c: removing ReadRecPtr and EndRecPtr
Previous Message Peter Smith 2021-11-17 21:24:54 Re: CREATE PUBLICATION should "See Also" CREATE SUBSCRIPTION