pgsql: Add tests for bytea LIKE operator - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add tests for bytea LIKE operator
Date
Msg-id E1lCe9f-0004UE-Vr@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Allow specifying CRL directory
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.