Re: Add planner support function for starts_with()
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Bossart, Nathan" <bossartn@amazon.com>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-17T21:54:43Z
Lists: 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
Commits
-
Add a planner support function for starts_with().
- a148f8bc04b9 15.0 landed