Resolve unknown-type literals in GRAPH_TABLE COLUMNS
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2026-07-03T15:11:00Z
Releases:
19 (unreleased)
Resolve unknown-type literals in GRAPH_TABLE COLUMNS The unknown-type literals in the COLUMNS clause of a GRAPH_TABLE are now resolved to the appropriate types. Without that, this could cause various failures. Author: Satya Narlapuram <satyanarlapuram@gmail.com> Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> Reviewed-by: Junwang Zhao <zhjwpku@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/CAHg%2BQDcyKNWyzDoKMxiZNjv7C-wAxs8y0ZoNkOV137Y%2Bnk3UXg%40mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_clause.c | modified | +4 −0 |
| src/test/regress/expected/graph_table.out | modified | +9 −0 |
| src/test/regress/sql/graph_table.sql | modified | +2 −0 |
Discussion
- [PATCH] Resolve unknown-type literals in GRAPH_TABLE COLUMNS 8 messages · 2026-04-25 → 2026-07-06