Re: SQL Property Graph Queries (SQL/PGQ)

From: Henson Choi <assam258(at)gmail(dot)com>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(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 08:01:04
Message-ID: CAAAe_zAYjuvxoD6UBnvjZ7_z6sZ5LR=D4+Ft+ZnnuoaiPb6SXQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Best Regards,
Henson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Madyshev Egor 2026-03-06 08:02:52 RE: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
Previous Message Rafia Sabih 2026-03-06 07:56:42 Re: Mis-use of type BlockNumber?