Re: SQL Property Graph Queries (SQL/PGQ)

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: assam258(at)gmail(dot)com
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Amit Langote <amitlangote09(at)gmail(dot)com>, Junwang Zhao <zhjwpku(at)gmail(dot)com>, Vik Fearing <vik(at)postgresfriends(dot)org>, Ajay Pal <ajay(dot)pal(dot)k(at)gmail(dot)com>, Imran Zaheer <imran(dot)zhir(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL Property Graph Queries (SQL/PGQ)
Date: 2026-03-06 09:32:32
Message-ID: CAExHW5sXfGzyvtUL=q7HH4RzpkXttV6uQtJvRU+Rg=R3qTDN6Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 6, 2026 at 1:31 PM Henson Choi <assam258(at)gmail(dot)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 Content-Type Size
v20260306-0002-Simplify-property-not-found-error-message.patch text/x-patch 4.1 KB
v20260306-0003-Ignore-ecpg-output-files-in-git.patch text/x-patch 884 bytes
v20260306-0001-WIP-SQL-Property-Graph-Queries-SQL-PGQ.patch text/x-patch 709.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2026-03-06 09:38:09 Re: Dead code in logical decoding of speculative insertions
Previous Message Peter Eisentraut 2026-03-06 09:23:11 Re: Make copyObject work in C++