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

From Kirill Reshke
Subject Re: SQL Property Graph Queries (SQL/PGQ)
Date
Msg-id CALdSSPg5ncYHJvF3B0x+mDYLdiNZynXd=gsF3zxFRcHtK+zpgA@mail.gmail.com
Whole thread
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
On Mon, 16 Mar 2026 at 17:43, Peter Eisentraut <peter@eisentraut.org> wrote:
>
> On 11.03.26 08:34, Ashutosh Bapat wrote:
> > There are two new patches 0004 and 0005 in the attached patchset.
>
> I have committed this, including the 0004 patch.  Let's consider the
> 0005 patch separately.
>
> The buildfarm shows some instability in the pg_upgrade test, because
> labels are printed by pg_get_propgraphdef() in implementation-dependent
> order.  Attached is a quick patch to sort the labels before printing.
> Check please.

Hi!
Do we need to keep relation lock until end of function
(table_close(pglrel, AccessShareLock);)? I'm not sure if list_sort is
interruptible.



-- 
Best regards,
Kirill Reshke



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Change copyObject() to use typeof_unqual
Next
From: Greg Sabino Mullane
Date:
Subject: Re: Exit walsender before confirming remote flush in logical replication