Add a graph pattern variable only once
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2026-03-27T09:55:17Z
Releases:
19 (unreleased)
Add a graph pattern variable only once An element pattern variable may be repeated in the path pattern. GraphTableParseState maintains a list of all variable names used in the graph pattern. Add a new variable name to that list only when it is not present already. This isn't a problem right now, but it could be in the future. Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> Discussion: https://www.postgresql.org/message-id/CAExHW5tR4O0vjeqTCPr2VB5pYjNYbJgbCBEQf63NtU5Pz1MiOQ%40mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_graphtable.c | modified | +1 −1 |
Discussion
- SQL Property Graph Queries (SQL/PGQ) 211 messages · 2024-02-16 → 2026-05-16