Re: Conflict Detection and Resolution

2024-10-28 Thread Diego Fronza
Hello hackers, Hey I'm Diego and I do work for Percona and started to work on PostgreSQL and I would like to contribute to the project moving forward. I have been following this thread since the beginning, but due to my limited knowledge of the overall code structure, my first review of the provi

Logical replication - proposal for a custom conflict resolution function

2025-01-08 Thread Diego Fronza
Hello hackers, I'd like some feedback on a logical replication feature I would like to write a patch for. The feature would allow users to register a custom conflict handler function to be executed for each conflicting row, after the built-in conflict resolver has run. Running after the built-in c

Re: meson vs. llvm bitcode files

2025-03-10 Thread Diego Fronza
ated backend sources compiled to bitcode, similar to contrib modules. Please let me know your thoughts and how we can proceed to get this feature included, thank you. Regards, Diego Fronza Percona On Fri, Mar 7, 2025 at 7:52 AM Nazir Bilal Yavuz wrote: > Hi, > > On Thu, 5 Sept 202

Re: meson vs. llvm bitcode files

2025-03-12 Thread Diego Fronza
r your reply Nazir, also waiting for more opinions on this. Regards, Diego On Wed, Mar 12, 2025 at 7:27 AM Nazir Bilal Yavuz wrote: > Hi, > > On Tue, 11 Mar 2025 at 01:04, Diego Fronza > wrote: > > I did a full review on the provided patches plus some tests, I was able > to