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

2025-03-23 Thread David Rowley
On Tue, 18 Mar 2025 at 03:14, Aleksander Alekseev wrote: > Here is the corrected patch. I had a look at this and it all seems good to me. Pushed. David

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

2025-03-21 Thread Rustam ALLAKOV
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: tested, passed Documentation:tested, passed Hi Aleksander, your patch looks good to me. Changing status

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

2025-03-17 Thread Aleksander Alekseev
Hi Peter, > Some minor comments: > > 1. I thought the new test cases should be located earlier in the file > where there were already a couple of POSITION tests. > (see "-- E021-11 position expression") > > 2. Maybe one of your test cases can be identical to the example from > the docs [1]. > posi

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

2025-03-15 Thread Peter Smith
+1 for this. Some minor comments: 1. I thought the new test cases should be located earlier in the file where there were already a couple of POSITION tests. (see "-- E021-11 position expression") 2. Maybe one of your test cases can be identical to the example from the docs [1]. position('\x5678'

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

2025-03-05 Thread Ilia Evdokimov
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, Tanto

Patch: Cover POSITION(bytea,bytea) with tests

2025-02-27 Thread Aleksander Alekseev
Hi, This function is currently not covered by any tests. The proposed patch fixes this. -- Best regards, Aleksander Alekseev v1-0001-Cover-POSITION-bytea-bytea-with-tests.patch Description: Binary data