Re: Patch: Cover POSITION(bytea,bytea) with tests

Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>

From: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
To: Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2025-03-05T13:02:02Z
Lists: pgsql-hackers
On 27.02.2025 17:40, Aleksander Alekseev wrote:
> Hi,
>
> This function is currently not covered by any tests. The proposed
> patch fixes this.
>
> --
> Best regards,
> Aleksander Alekseev


Hi,

+1. The 'POSISTION' tests include 'text', 'bits' types, but not 'bytea'.

--
Best regards,
Ilia Evdokimov,
Tantor Labs LLC.




Commits

  1. Add tests for POSITION(bytea, bytea)