Patch: Cover POSITION(bytea,bytea) with tests

Aleksander Alekseev <aleksander@timescale.com>

From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2025-02-27T14:40:38Z
Lists: pgsql-hackers

Attachments

Hi,

This function is currently not covered by any tests. The proposed
patch fixes this.

--
Best regards,
Aleksander Alekseev

Commits

  1. Add tests for POSITION(bytea, bytea)