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

From zengman
Subject Re: SQL Property Graph Queries (SQL/PGQ)
Date
Msg-id tencent_6CA50FEF38D76F7C5BD8C765@qq.com
Whole thread Raw
In response to Re: SQL Property Graph Queries (SQL/PGQ)  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: SQL Property Graph Queries (SQL/PGQ)
List pgsql-hackers
Hi,

The commit 2f094e7ac691abc9d2fe0f4dcf0feac4a6ce1d9c delivers an excellent feature, and the file `rewriteGraphTable.c`
wasintroduced 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

pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Next
From: Alvaro Herrera
Date:
Subject: Re: Adding REPACK [concurrently]