Re: [PATCH] Refactor bytea_sortsupport()

2024-12-05 Thread Aleksander Alekseev
Hi Michael, > On Wed, Oct 09, 2024 at 05:39:22PM +0300, Aleksander Alekseev wrote: > > Attached is a PoC patch that fixes this. There are some TODOs and > > FIXMEs but all in all it works and passes the tests. > > The patch has exactly three TODOs, and it is kind of hard to figure > out what your

Re: [PATCH] Refactor bytea_sortsupport()

2024-11-07 Thread Michael Paquier
On Wed, Oct 09, 2024 at 05:39:22PM +0300, Aleksander Alekseev wrote: > Attached is a PoC patch that fixes this. There are some TODOs and > FIXMEs but all in all it works and passes the tests. The patch has exactly three TODOs, and it is kind of hard to figure out what your goal here is by only loo