mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
a non-leading % would be put into the >=/<= patterns. Also, repair longstanding confusion about whether %% means a literal %%. The SQL92 doesn't say any such thing, and textlike() knows that, but gram.y didn't.