Repair logic error in LIKE: should not return LIKE_ABORT

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

Commit: bee7cd2a3664821e80ee0cc18d0b23bc7ea51bf5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-09-07T19:09:46Z
Releases: 7.1.1
Repair logic error in LIKE: should not return LIKE_ABORT
when reach end of pattern before end of text.  Improve code comments.

Files

PathChange+/−
src/backend/utils/adt/like.c modified +50 −41