> -Original Message-
> From: Tom Lane
> Sent: Friday, August 27, 2021 13:43
> To: [email protected]
> Cc: Justin Pryzby ; Ranier Vilela
> ; [email protected]
> Subject: Re: Big Performance drop of Exceptions in UDFs between V11.2
> an
> -Original Message-
> From: Tom Lane
> Sent: Friday, August 27, 2021 13:43
> To: [email protected]
> Cc: Justin Pryzby ; Ranier Vilela
> ; [email protected]
> Subject: Re: Big Performance drop of Exceptions in UDFs between V11.2
> an
"[email protected]" writes:
> SET lc_messages = 'C';
> show lc_messages; --> OK 'C'
> explain (analyze,buffers,COSTS,TIMING)
> select MAX(toFloat(b, null)) as "b" from sampletest
> ...
> Execution Time: 175.600 ms
> explain (analyze,buffers,COSTS,TIMING)
> select MAX(toFloat(a, null)) as
> -Original Message-
> From: Tom Lane
> Sent: Saturday, August 28, 2021 15:51
> To: [email protected]
> Cc: Andrew Dunstan ; Justin Pryzby
> ; Ranier Vilela ; pgsql-
> [email protected]
> Subject: Re: Big Performance drop of Exceptions in U