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(dot)a(dot)rasheed(at)gmail(dot)com, er(at)xs4all(dot)nl, joel(at)compiler(dot)org, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Schema variables - new implementation for Postgres 15
Date: 2022-10-12 13:26:46
Message-ID: CAFj8pRDiSr65o948DO2KORSmy+=vyLCkwduimXNzRizX48RmMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

ne 25. 9. 2022 v 8:56 odesílatel Julien Rouhaud <rjuju123(at)gmail(dot)com> napsal:

> Hi,
>
> The patch has rotten again, sending an updated version. Also, after
> talking with Pavel, he can't work on this patch before a few days so
> I'm adding some extra fixup patches for the things I reported in the
> last few emails, so that the cfbot can hopefully turn green.
>
> Note that while waiting for the CI to finish I noticed that the commit
> message for 0001 still mentions the READ/WRITE acl. The commit
> messages will probably need a bit of rewording too once everything
> else is fixed, but this one could be changed already.
>

I fixed the commit message of 0001 patch. Fixed shadowed variables too.

There is a partially open issue, where I and Julien are not sure about a
solution, and we would like to ask for the community's opinion. I'll send
this query in separate mail.

Regards

Pavel

Attachment Content-Type Size
v20221012-0010-documentation.patch text/x-patch 42.2 KB
v20221012-0006-enhancing-psql-for-session-variables.patch text/x-patch 15.2 KB
v20221012-0009-this-patch-changes-error-message-column-doesn-t-exis.patch text/x-patch 23.7 KB
v20221012-0007-possibility-to-dump-session-variables-by-pg_dump.patch text/x-patch 19.9 KB
v20221012-0008-regress-tests-for-session-variables.patch text/x-patch 54.1 KB
v20221012-0004-support-of-LET-command-in-PLpgSQL.patch text/x-patch 11.9 KB
v20221012-0005-DISCARD-VARIABLES-command.patch text/x-patch 3.2 KB
v20221012-0003-LET-command.patch text/x-patch 39.8 KB
v20221012-0002-session-variables.patch text/x-patch 102.3 KB
v20221012-0001-catalog-support-for-session-variables.patch text/x-patch 100.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Önder Kalacı 2022-10-12 13:30:34 Re: [Proposal] Add foreign-server health checks infrastructure
Previous Message Alvaro Herrera 2022-10-12 13:26:35 Re: shadow variables - pg15 edition