| From: | Arne Roland <arne(dot)roland(at)malkut(dot)net> |
|---|---|
| To: | Joel Jacobson <joel(at)compiler(dot)org>, Tomas Vondra <tomas(at)vondra(dot)me>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Cc: | Anders Granlund <anders(dot)granlund(dot)0(at)gmail(dot)com>, Andreas Karlsson <andreas(at)proxel(dot)se>, Vik Fearing <vik(at)chouppes(dot)com> |
| Subject: | Re: Key joins |
| Date: | 2026-07-14 04:55:26 |
| Message-ID: | cb01993a-c540-4c6c-9607-3788fa74e40a@malkut.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi hackers,
the attached patch breaks up the stored element of the patch series. The
main commit only adds view support now, functions and policies come
later. Those follow up commits are fairly small, but I still prefer them
reading that after the massive store commit separately. It remains one
of our three big members of the series. Those are the base feature,
derived tables (RTE et al) and the store (view) commit.
I rebased the patch series to make it apply cleanly onto master. I
touched isolation tests, since we can't reply on latches the same way
anymore (cf.
https://www.postgresql.org/message-id/flat/aher0VsjJ8xeNgLq%40paquier.xyz)
Joel found a collation issue which is now fixed here too.
Regards
Arne
On 2026-07-11 11:52 PM, Joel Jacobson wrote:
> Nice. I've looked at all ten patches, and I like how you've broken it
> up.
>
> I note that src/backend/parser/parse_key_join.c is now "just" 1487 loc
> in 0001.
>
> /Joel
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Amit Kapila | 2026-07-14 04:54:54 | Re: sequencesync worker race with REFRESH SEQUENCES |