Add tests for bytea LIKE operator

Started by Peter Eisentrautabout 5 years ago1 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

A few more easy tests for things not covered 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)

See also
<https://coverage.postgresql.org/src/backend/utils/adt/like.c.func-sort-c.html&gt;.

Attachments:

0001-Add-tests-for-bytea-LIKE-operator.patchtext/plain; charset=UTF-8; name=0001-Add-tests-for-bytea-LIKE-operator.patch; x-mac-creator=0; x-mac-type=0Download+60-1