Re: Schema variables - new implementation for Postgres 15

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: 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-07-07 05:49:47
Message-ID: CAFj8pRDfJKOxodNjvru+z==mUJfJvPdNY=vE5ACsztdSvAzS-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

st 6. 7. 2022 v 22:30 odesílatel Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
napsal:

> Hi
>
> út 5. 7. 2022 v 8:42 odesílatel Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
> napsal:
>
>> Hi
>>
>> fresh rebase + type check. Before returning any value, the related type
>> is checked if it is valid still
>>
>
> This set of patches should to help me with investigation of regress test
> fail reported by cfbot
>

next step

>
> Regards
>
> Pavel
>
>
>
>>
>> Regards
>>
>> Pavel
>>
>

Attachment Content-Type Size
0012-documentation.patch text/x-patch 43.0 KB
0010-Regress-tests-for-session-variables.patch text/x-patch 37.2 KB
0009-typedefs.patch text/x-patch 1.6 KB
0011-This-patch-changes-error-message-column-doesn-t-exis.patch text/x-patch 29.1 KB
0008-Possibility-to-dump-session-variables-by-pg_dump.patch text/x-patch 19.4 KB
0007-Enhancing-psql-for-session-variables.patch text/x-patch 15.2 KB
0013-This-commit-should-to-help-to-find-and-reason-why-re.patch text/x-patch 41.5 KB
0006-DISCARD-VARIABLES-command.patch text/x-patch 3.2 KB
0005-Support-of-LET-command-in-PLpgSQL.patch text/x-patch 11.5 KB
0004-LET-command.patch text/x-patch 41.9 KB
0003-typecheck-check-of-consistency-of-format-of-stored-v.patch text/x-patch 27.8 KB
0002-session-variables.patch text/x-patch 86.0 KB
0001-Catalogue-support-for-session-variables.patch text/x-patch 97.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2022-07-07 05:58:10 Re: EINTR in ftruncate()
Previous Message Amit Langote 2022-07-07 05:45:23 Re: Eliminating SPI from RI triggers - take 2