Re: Schema variables - new implementation for Postgres 15

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: Sergey Shinderuk <s(dot)shinderuk(at)postgrespro(dot)ru>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, dean(dot)a(dot)rasheed(at)gmail(dot)com, er(at)xs4all(dot)nl, joel(at)compiler(dot)org, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Schema variables - new implementation for Postgres 15
Date: 2023-07-06 14:21:31
Message-ID: CAFj8pRDAemLyUiu-Cz4P_4i4H86Nf701JSNoKi1Pm1CTyBQuEQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

fix warning

+WARNING: roles created by regression test cases should have names
starting with "regress_"

Attachment Content-Type Size
v20230706-0009-this-patch-changes-error-message-column-doesn-t-exis.patch text/x-patch 29.1 KB
v20230706-0005-implementation-of-temporary-session-variables.patch text/x-patch 37.2 KB
v20230706-0004-memory-cleaning-after-DROP-VARIABLE.patch text/x-patch 21.9 KB
v20230706-0003-DISCARD-VARIABLES.patch text/x-patch 9.2 KB
v20230706-0007-Implementation-of-DEFAULT-clause-default-expressions.patch text/x-patch 30.6 KB
v20230706-0002-Storage-for-session-variables-and-SQL-interface.patch text/x-patch 210.3 KB
v20230706-0008-Implementation-of-NOT-NULL-and-IMMUTABLE-clauses.patch text/x-patch 35.7 KB
v20230706-0006-Implementation-ON-TRANSACTION-END-RESET-clause.patch text/x-patch 14.4 KB
v20230706-0001-Enhancing-catalog-for-support-session-variables-and-.patch text/x-patch 138.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2023-07-06 14:28:18 Avoid overflow with simplehash
Previous Message Tomas Vondra 2023-07-06 14:13:52 Re: Parallel CREATE INDEX for BRIN indexes