Reimplement LIKE/ESCAPE as operators so that indexscan optimization

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8ae9ad1cb8cfcaa929322ee3df48094f5ffd96e9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-09-15T18:45:31Z
Releases: 7.1.1
Reimplement LIKE/ESCAPE as operators so that indexscan optimization
can still work, per recent discussion on pghackers.  Correct some bugs
in ILIKE implementation.

Files