Selectivity fix for like_fixed_prefix_ci()

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Selectivity fix for like_fixed_prefix_ci()
Date: 2026-07-06 21:33:00
Message-ID: c7334a7a44243d2e4ec5e83747589908b3787491.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Small fix attached. The code is wrong, but in a way that only affects
the selectivity calculation.

Regards,
Jeff Davis

Attachment Content-Type Size
v1-0001-Fix-like_fixed_prefix_ci-selectivity.patch text/x-patch 1.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2026-07-06 21:35:56 Re: Make \d tablename fast again, regression introduced by 85b7efa1cdd
Previous Message Jeff Davis 2026-07-06 21:31:06 Re: Collation & ctype method table, and extension hooks