pgsql: Resolve unknown-type literals in GRAPH_TABLE COLUMNS

Started by Peter Eisentraut23 days ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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: /messages/by-id/CAHg+QDcyKNWyzDoKMxiZNjv7C-wAxs8y0ZoNkOV137Y+nk3UXg@mail.gmail.com

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cc9aa7f3a9839878d6bb376bec6ea2e005c64d76

Modified Files
--------------
src/backend/parser/parse_clause.c | 4 ++++
src/test/regress/expected/graph_table.out | 9 +++++++++
src/test/regress/sql/graph_table.sql | 2 ++
3 files changed, 15 insertions(+)