|
| | | | four |
| |
(1 row)
u: daf db: daf #
maybe, some of you can help me to report it properly.
Thank you,
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'
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
ndler=my_custom_function]) // <--- allow users to pass a
custom conflict resolution function.
Please let me know your thoughts, thanks!
Diego
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
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
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.