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-09-22 08:43:22 |
Message-ID: | CAFj8pRA6nJRg8oq5k_Cdk5oH5_FjtViG8XLmHKrkqOuiMT_CKQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-performance |
Hi
fix assertion failure after
https://github.com/postgres/postgres/commit/24f5205948093a96edf8213294b3d585ac3fe1fb
the analyze routine for LetStmt was fixed
<-->/*
<--> * The query is executed as utility command by nested executor call.
<--> * Assigned queryId is required in this case.
<--> */
<-->if (IsQueryIdEnabled())
Regards
Pavel
From | Date | Subject | |
---|---|---|---|
Next Message | Ants Aasma | 2024-09-22 08:50:31 | Re: scalability bottlenecks with (many) partitions (and more) |
Previous Message | David Rowley | 2024-09-22 05:56:59 | Re: Using per-transaction memory contexts for storing decoded tuples |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrey Stikheev | 2024-10-05 09:23:56 | Performance degradation in Index searches with special characters |
Previous Message | Pavel Stehule | 2024-09-18 06:21:44 | Re: proposal: schema variables |