pgsql-server/src backend/utils/adt/like.c incl ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src backend/utils/adt/like.c incl ...
Дата
Msg-id 20020822044512.1A25F476588@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/08/22 00:45:12

Modified files:
    src/backend/utils/adt: like.c
    src/include/catalog: pg_operator.h pg_proc.h

Log message:
    As suggested by Tom, this patch restricts the right-hand argument of
    bytealike to TEXT.

    This leaves like_escape_bytea() without anything to do, but I left it in
    place in anticipation of the eventual bytea pattern selectivity
    functions. If there is agreement that this would be the best long term
    solution, I'll take it as a TODO for 7.4.

    Joe Conway


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/include/catalog pg_proc.h
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/doc TODO