pgsql: Fix oversight in the previous patch that made LIKE throw error

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix oversight in the previous patch that made LIKE throw error
Дата
Msg-id 20100528181819.96C617541D2@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document use of VPATH builds.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is