Skip to content
Snippets Groups Projects
Commit bad3b306 authored by Tom Lane's avatar Tom Lane
Browse files

Repair recently-introduced error in makeIndexable for LIKE:

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.
parent 43c135e3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment