Re: Schema variables - new implementation for Postgres 15

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Julien Rouhaud <rjuju123(at)gmail(dot)com>
Cc: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Joel Jacobson <joel(at)compiler(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Schema variables - new implementation for Postgres 15
Date: 2022-08-20 18:44:49
Message-ID: 63dad669-843e-0ceb-08f5-29dea56557c7@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
regression.diffs text/plain 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-08-20 19:45:50 Inconsistencies around defining FRONTEND
Previous Message Pavel Stehule 2022-08-20 18:10:39 Re: Schema variables - new implementation for Postgres 15