Re: [PATCH] Rewrite undirected edge patterns in GRAPH_TABLE using UNION ALL

From: ayoub(dot)kazar(at)data-bene(dot)io
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Rewrite undirected edge patterns in GRAPH_TABLE using UNION ALL
Date: 2026-07-27 15:07:41
Message-ID: c2777a330d7f1c3cb794ebb0e85d0dbb@data-bene.io
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,
On 2026-07-27 13:10, ayoub(dot)kazar(at)data-bene(dot)io wrote:
> Hello again,
>
> There are other fixes for the original patch, i'll leave them after
> discussing this part.
>
> Regards,
> Ayoub
Attached is a new patch version with a fix on a bug in dropped columns
handling, i was incorrectly including dropped columns as a NULL, but in
reality they should be skipped entirely.

Regards,
Ayoub

Attachment Content-Type Size
v2-0001-Rewrite-undirected-edge-patterns-in-GRAPH_TABLE-using-UNION-ALL.patch text/x-diff 17.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2026-07-27 15:39:08 Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE
Previous Message Euler Taveira 2026-07-27 14:56:46 PG_ENSURE_ERROR_CLEANUP and nested blocks