Selectivity fix for like_fixed_prefix_ci()
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: pgsql-hackers@postgresql.org
Date: 2026-07-06T21:33:00Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-like_fixed_prefix_ci-selectivity.patch (text/x-patch) patch v1-0001
Small fix attached. The code is wrong, but in a way that only affects the selectivity calculation. Regards, Jeff Davis