pgsql: Fix oversight in the previous patch that made LIKE throw error - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix oversight in the previous patch that made LIKE throw error
Date
Msg-id 20100528181819.96C617541D2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        like_match.c (r1.28 -> r1.29)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/like_match.c?r1=1.28&r2=1.29)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document use of VPATH builds.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is