Re: SQL Property Graph Queries (SQL/PGQ)

From: zengman <zengman(at)halodbtech(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: SQL Property Graph Queries (SQL/PGQ)
Date: 2026-03-16 15:08:41
Message-ID: tencent_6CA50FEF38D76F7C5BD8C765@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The commit 2f094e7ac691abc9d2fe0f4dcf0feac4a6ce1d9c delivers an excellent feature, and the file `rewriteGraphTable.c` was introduced as part of this commit.
I've noticed that this code file could benefit from some tidying up, so please review the diff file attached below.
This diff only includes **basic cleanup** of `rewriteGraphTable.c` – it’s just a simple pass,
and there may be other minor omissions that haven’t been addressed yet.

--
regards,
Man Zeng

Attachment Content-Type Size
cleanup_rewriteGraphTable.no-cfbot application/octet-stream 5.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2026-03-16 15:10:46 Re: Adding REPACK [concurrently]
Previous Message Melanie Plageman 2026-03-16 14:53:32 Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)