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

From Peter Eisentraut
Subject Re: SQL Property Graph Queries (SQL/PGQ)
Date
Msg-id 96fe9a0f-7811-407c-b1c0-0bb0d58ef04c@eisentraut.org
Whole thread Raw
In response to Re: SQL Property Graph Queries (SQL/PGQ)  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
Responses Re: SQL Property Graph Queries (SQL/PGQ)
List pgsql-hackers
On 16.03.26 16:54, Ashutosh Bapat wrote:
> The patch looks fine to me. While reviewing it, I noticed that the
> function has an extra loop to count the number of variables. I don't
> think it's needed. The count can be obtained from the list length. In
> the attached patch, I have removed that loop. Am I missing something?
> 
> 0001 is your patch
> 0002 removes the loop + some cosmetic changes

committed



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Need help debugging SIGBUS crashes
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Add pg_plan_advice contrib module.