On Thu, Apr 01, 2021 at 09:25:00AM +0000, Heikki Linnakangas wrote:
> 
> Add regression tests for built-in encoding conversions. This doesn't cover
> every conversion, but it covers all the internal functions in conv.c that
> are used to implement the conversions.
> 

sqlsmith thinks that test_enc_conversion() must be marked as STRICT. It
crashes with something like this:

```
SELECT test_enc_conversion('\xe4dede'::bytea, 
                           null::name, 
                           pg_catalog.getdatabaseencoding(), 
                           false
                          );
```

-- 
Jaime Casanova
Director de Servicios Profesionales
SystemGuards - Consultores de PostgreSQL


Reply via email to