]> granicus.if.org Git - postgresql/commit
Fix oversight in the previous patch that made LIKE throw error for \ at the
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 May 2010 18:18:19 +0000 (18:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 May 2010 18:18:19 +0000 (18:18 +0000)
commitece869b11eedd082ccd0bbd73ab9013c9ad9fa13
tree1401273a3b3b547841cc4662764f09774f4ade78
parent9b94e3696e7b6c7c13db3e593d0fa471c3bce9bc
Fix oversight in the previous patch that made LIKE throw error for \ at the
end of the pattern: the code path that handles \ just after % should throw
error too.  As in the previous patch, not back-patching for fear of breaking
apps that worked before.
src/backend/utils/adt/like_match.c