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 CAExHW5sXfGzyvtUL=q7HH4RzpkXttV6uQtJvRU+Rg=R3qTDN6Q@mail.gmail.com
Whole thread
In response to Re: SQL Property Graph Queries (SQL/PGQ)  (Henson Choi <assam258@gmail.com>)
Responses Re: SQL Property Graph Queries (SQL/PGQ)
List pgsql-hackers
On Fri, Mar 6, 2026 at 1:31 PM Henson Choi <assam258@gmail.com> wrote:
>
> Hi, Ashutosh
>
> Minor issue: src/interfaces/ecpg/test/sql/.gitignore is missing entries
> for the sqlpgq test. After running the ECPG tests, the build artifacts
> (sqlpgq binary and sqlpgq.c) show up as untracked files in git status.
>
> The fix is to add these two lines (alphabetically between sqljson_jsontable
> and twophase):
>
>   /sqlpgq
>   /sqlpgq.c

Thanks. Good catch. Added as 0003 in the previous patchset. Can you
please check if it works for you.

--
Best Wishes,
Ashutosh Bapat

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Make copyObject work in C++
Next
From: Amit Kapila
Date:
Subject: Re: Dead code in logical decoding of speculative insertions