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

From Henson Choi
Subject Re: SQL Property Graph Queries (SQL/PGQ)
Date
Msg-id CAAAe_zAYjuvxoD6UBnvjZ7_z6sZ5LR=D4+Ft+ZnnuoaiPb6SXQ@mail.gmail.com
Whole thread
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
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

pgsql-hackers by date:

Previous
From: Rafia Sabih
Date:
Subject: Re: Mis-use of type BlockNumber?
Next
From: Madyshev Egor
Date:
Subject: RE: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)