Re: PostgreSQL 12 Beta 1 press release draft

Поиск
Список
Период
Сортировка
От Jonathan S. Katz
Тема Re: PostgreSQL 12 Beta 1 press release draft
Дата
Msg-id 6835a96b-7d2a-3c13-4944-3e4672ef45f4@postgresql.org
обсуждение исходный текст
Ответ на Re: PostgreSQL 12 Beta 1 press release draft  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: PostgreSQL 12 Beta 1 press release draft  (Pantelis Theodosiou <ypercube@gmail.com>)
Список pgsql-hackers
On 5/23/19 1:45 AM, David Rowley wrote:
> On Thu, 23 May 2019 at 15:31, Jonathan S. Katz <jkatz@postgresql.org> wrote:
>> Attached is
>> v3 of the patch, along with a diff.
>
> Minor details, but this query is not valid:
>
>> WITH c AS MATERIALIZED (
>>   SELECT * FROM a WHERE a.x % 4
>> )
>> SELECT * FROM c JOIN d ON d.y = a.x;
>
> a.x % 4 is not a boolean clause, and "a" is not in the main query, so
> a.x can't be referenced there.

...that's the only gotcha I'm actually embarrassed about. Fixed.

Thanks,

Jonathan


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Read-only access to temp tables for 2PC transactions
Следующее
От: Amit Khandekar
Дата:
Сообщение: Re: Minimal logical decoding on standbys