Bug in create type when missed the comma between element list

2024-11-04 Thread Diego
    |     |   |   |  | four | |   | (1 row) u: daf db: daf # maybe, some of you can help me to report it properly. Thank you, Diego.

Re: Bug in create type when missed the comma between element list

2024-11-04 Thread Diego
Thank you David! That note: This slightly bizarre behavior is specified by SQL; PostgreSQL is following the standard. On 11/4/24 13:19, David G. Johnston wrote: On Mon, Nov 4, 2024 at 9:17 AM Diego wrote: u: daf db: daf # CREATE TYPE test_enum AS ENUM(     'one'

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 o

Logical replication - proposal for a custom conflict resolution function

2025-01-08 Thread Diego Fronza
ndler=my_custom_function]) // <--- allow users to pass a custom conflict resolution function. Please let me know your thoughts, thanks! Diego

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

The first function call

2018-01-11 Thread Diego Silva e Silva
Hello, The first function call is 10 times slower than the other calls in the same session. Is it possible to shorten this long time on the first call? For example. Call my function for once, this call returns at 70ms on the next call, the return is at 7ms. thanks.