Re: SQL Property Graph Queries (SQL/PGQ) - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: SQL Property Graph Queries (SQL/PGQ)
Date
Msg-id CAExHW5tL8-mgs2KuMDUUmmAU1QbhsnuTr22HWLekC6bxDBr9Mg@mail.gmail.com
Whole thread Raw
In response to Re: SQL Property Graph Queries (SQL/PGQ)  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
List pgsql-hackers
Here's a patchset consolidating all the fixes discussed till now. The
test fix for buildfarm issue is already committed.

0001: Fixes the segmentation fault reported in [1]. There is some
difference of opinion about supporting non-local variable references
[2]. Given that it's a segmentation fault, we need to fix this sooner.
0002: Cleanup patch proposed by Man Zeng [3]. I think we can wait to
collect more such cleanups before committing this.


[1] https://www.postgresql.org/message-id/tencent_0F596C3C557454CE7EC420B4@qq.com
[2] https://www.postgresql.org/message-id/CAAAe_zCA_9=JWBf4S5o_C2=EO=6dBZ6-=T0TUH+z5cvJkrtaUA@mail.gmail.com
[3] https://www.postgresql.org/message-id/tencent_6CA50FEF38D76F7C5BD8C765@qq.com

-- 
Best Wishes,
Ashutosh Bapat

Attachment

pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: Order of InvokeObjectPostAlterHook within ATExecSetNotNull
Next
From: "zengman"
Date:
Subject: rewriteGraphTable: Fix missing RTEs in FROM clause by setting inFromCl=true