pgsql: Add tests for bytea LIKE operator

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add tests for bytea LIKE operator
Дата
Msg-id E1lCe9f-0004UE-Vr@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add tests for bytea LIKE operator

Add test coverage for the following operations, which were previously
not tested at all:

bytea LIKE bytea (bytealike)
bytea NOT LIKE bytea (byteanlike)
ESCAPE clause for the above (like_escape_bytea)

also

name NOT ILIKE text (nameicnlike)

Discussion: https://www.postgresql.org/message-id/flat/4d13563a-2c8d-fd91-20d5-e71b7a4eaa87%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eb42110d952f8d1ad4049b8f2491e9dfba75ffed

Modified Files
--------------
src/test/regress/expected/strings.out | 48 +++++++++++++++++++++++++++++++++++
src/test/regress/sql/strings.sql      | 12 +++++++++
2 files changed, 60 insertions(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Allow specifying CRL directory
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.