Re: Schema variables - new implementation for Postgres 15 - Mailing list pgsql-hackers

From Erik Rijkers
Subject Re: Schema variables - new implementation for Postgres 15
Date
Msg-id 63dad669-843e-0ceb-08f5-29dea56557c7@xs4all.nl
Whole thread Raw
In response to Re: Schema variables - new implementation for Postgres 15  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Schema variables - new implementation for Postgres 15
List pgsql-hackers
Op 20-08-2022 om 20:09 schreef Pavel Stehule:
> Hi
> 
>>   LET public.svar2 = (10, 20, 30);
>>   ALTER TYPE public.svar_test_type DROP ATTRIBUTE b;
>>   SELECT public.svar;
>> - svar
>> --------
>> - (10,)
>> +  svar
>> +---------
>> + (10,16)
>>   (1 row)
>>
>>   SELECT public.svar2;
>>     svar2
>>   ---------
>>    (10,30)
>>   (1 row)
>>
> 
> I hope so I found this error. It should be fixed
>  > [patches v20220820-1-0001 -> 0012]


I'm afraid it still gives the same errors during  'make check', and 
again only errors when compiling  without  --enable-cassert

Thanks,

Erik


> Regards
> 
> Pavel
>
Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Schema variables - new implementation for Postgres 15
Next
From: Andres Freund
Date:
Subject: Inconsistencies around defining FRONTEND