Add tests for bytea LIKE operator

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Add tests for bytea LIKE operator
Date: 2021-02-11 13:23:14
Message-ID: 4d13563a-2c8d-fd91-20d5-e71b7a4eaa87@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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>.

Attachment Content-Type Size
0001-Add-tests-for-bytea-LIKE-operator.patch text/plain 3.3 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2021-02-11 13:23:24 Re: TRUNCATE on foreign table
Previous Message Konstantin Knizhnik 2021-02-11 13:21:37 Re: libpq compression