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
- v1-0001-Cover-POSITION-bytea-bytea-with-tests.patch (application/octet-stream) patch v1-0001
Hi, This function is currently not covered by any tests. The proposed patch fixes this. -- Best regards, Aleksander Alekseev
Commits
-
Add tests for POSITION(bytea, bytea)
- 35a92b7c2520 18.0 landed