From: | David Rowley <drowley(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add tests for POSITION(bytea, bytea) |
Date: | 2025-03-24 06:32:53 |
Message-ID: | E1twbMj-000jYj-04@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add tests for POSITION(bytea, bytea)
Previously there was no coverage for this function.
Author: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Reviewed-by: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: Rustam ALLAKOV <rustamallakov(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAJ7c6TMT6XCooMVKnCd_tR2oBdGcnjefSeCDCv8jzKy9VkWA5w@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/35a92b7c2520cca3df9ecddab1dcad14ff71ec0b
Modified Files
--------------
src/test/regress/expected/strings.out | 30 ++++++++++++++++++++++++++++++
src/test/regress/sql/strings.sql | 6 ++++++
2 files changed, 36 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2025-03-24 07:17:11 | pgsql: Detect and Log multiple_unique_conflicts type conflict. |
Previous Message | Michael Paquier | 2025-03-24 04:25:27 | pgsql: Allow plugins to set a 64-bit plan identifier in PlannedStmt |