Re: proposal: schema variables

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: Erik Rijkers <er(at)xs4all(dot)nl>, Michael Paquier <michael(at)paquier(dot)xyz>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, DUVAL REMI <REMI(dot)DUVAL(at)cheops(dot)fr>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: proposal: schema variables
Date: 2024-07-31 22:05:54
Message-ID: CAFj8pRAVN=uw=qUZGQqug6UfG4c21Y1+VTbs_99w0sdqfHN-cg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

st 31. 7. 2024 v 11:45 odesílatel Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
napsal:

> On Wed, 2024-07-31 at 09:04 +0200, Pavel Stehule wrote:
> > st 31. 7. 2024 v 8:57 odesílatel Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
> napsal:
> > > On Wed, 2024-07-31 at 08:41 +0200, Pavel Stehule wrote:
> > > > Probably you didn't attach new files - the second patch is not
> complete. Or you didn't make changes there?
> > >
> > > Hm. What is missing?
> >
> > let.sgml,
> > session_variable.c
> > svariable_receiver.c
> > session_variable.h
> > ...
>
> Argh, I forgit the new files, sorry.
>
> The attached patches should be complete.
>

merged Laurenz's patches

Regards

Pavel

>
> Yours,
> Laurenz Albe
>

Attachment Content-Type Size
v20240801-0019-transactional-variables.patch text/x-patch 39.2 KB
v20240801-0020-pg_restore-A-variable.patch text/x-patch 2.8 KB
v20240801-0018-this-patch-changes-error-message-column-doesn-t-exis.patch text/x-patch 29.1 KB
v20240801-0016-plpgsql-implementation-for-LET-statement.patch text/x-patch 13.6 KB
v20240801-0017-expression-with-session-variables-can-be-inlined.patch text/x-patch 4.2 KB
v20240801-0015-allow-parallel-execution-queries-with-session-variab.patch text/x-patch 11.3 KB
v20240801-0014-allow-read-an-value-of-session-variable-directly-fro.patch text/x-patch 11.9 KB
v20240801-0012-Implementation-of-DEFAULT-clause-default-expressions.patch text/x-patch 33.6 KB
v20240801-0013-Implementation-of-NOT-NULL-and-IMMUTABLE-clauses.patch text/x-patch 36.0 KB
v20240801-0011-Implementation-ON-TRANSACTION-END-RESET-clause.patch text/x-patch 14.6 KB
v20240801-0010-implementation-of-temporary-session-variables.patch text/x-patch 39.3 KB
v20240801-0009-PREPARE-LET-support.patch text/x-patch 7.4 KB
v20240801-0007-GUC-session_variables_ambiguity_warning.patch text/x-patch 13.9 KB
v20240801-0006-plpgsql-tests.patch text/x-patch 16.9 KB
v20240801-0008-EXPLAIN-LET-support.patch text/x-patch 8.3 KB
v20240801-0004-DISCARD-VARIABLES.patch text/x-patch 9.6 KB
v20240801-0005-memory-cleaning-after-DROP-VARIABLE.patch text/x-patch 22.4 KB
v20240801-0003-function-pg_session_variables-for-cleaning-tests.patch text/x-patch 4.6 KB
v20240801-0001-Enhancing-catalog-for-support-session-variables-and-.patch text/x-patch 132.2 KB
v20240801-0002-Storage-for-session-variables-and-SQL-interface.patch text/x-patch 145.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2024-07-31 22:09:07 Re: Remove last traces of HPPA support
Previous Message David Rowley 2024-07-31 21:58:44 Re: Add mention of execution time memory for enable_partitionwise_* GUCs